diff options
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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", |