13
14 #ifndef IRC_H
15 #include <irc.h>
16 #endif
17
18 char *parse (MSG *, short *);
18 char *parse (MSG *);
19 #endif