f6ac2c27ed446be545e4807f884d2a87c9587761
[ircu2.10.12-pk.git] / include / parse.h
1 #ifndef PARSE_H
2 #define PARSE_H
3
4 /*=============================================================================
5  * Proto types
6  */
7
8 extern int parse_client(aClient *cptr, char *buffer, char *bufend);
9 extern int parse_server(aClient *cptr, char *buffer, char *bufend);
10 extern void initmsgtree(void);
11
12 #endif /* PARSE_H */