summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ratox.c b/ratox.c
index f9ff2da..ad19c71 100644
--- a/ratox.c
+++ b/ratox.c
@@ -27,10 +27,8 @@
#include "util.h"
#define DATAFILE ".ratox.data"
-
-enum {
- CONNECTDELAY = 5, /* in seconds */
-};
+/* connection delay in seconds */
+#define CONNECTDELAY 5
const char *reqerr[] = {
[-TOX_FAERR_TOOLONG] = "Message is too long",