This commit was generated by cvs2svn to compensate for changes in r2,
[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 */