include/mcbot.h
changeset 8 3152de03758e
parent 0 586472add385
child 15 f19c1f9b4cd3
equal deleted inserted replaced
7:b04ef0b1cd3b 8:3152de03758e
    13 
    13 
    14 #ifndef IRC_H
    14 #ifndef IRC_H
    15 #include <irc.h>
    15 #include <irc.h>
    16 #endif
    16 #endif
    17 
    17 
    18 char *parse (MSG *, short *);
    18 char *parse (MSG *);
    19 #endif
    19 #endif