aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc.h b/src/irc.h
index 05a0441..5e831b9 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -1,7 +1,9 @@
#define MAX_IRC_MSG_LEN 512
+/*
#define streq(x,y) !strcmp(x,y)
#define streq_i(x,y) !strcasecmp(x,y)
+*/
/**** main.c */
extern char *rx_buf;