Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / parse.h
1 /*
2  * parse.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_parse_h
7 #define INCLUDED_parse_h
8
9 struct Client;
10
11 /*
12  * Prototypes
13  */
14
15 extern int parse_client(struct Client *cptr, char *buffer, char *bufend);
16 extern int parse_server(struct Client *cptr, char *buffer, char *bufend);
17 extern void initmsgtree(void);
18
19 #endif /* INCLUDED_parse_h */