2004-05-09 Michael Poole <mdpoole@troilus.org>
[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 struct s_map;
11
12 /*
13  * Prototypes
14  */
15
16 extern int parse_client(struct Client *cptr, char *buffer, char *bufend);
17 extern int parse_server(struct Client *cptr, char *buffer, char *bufend);
18 extern void initmsgtree(void);
19
20 extern int register_mapping(struct s_map *map);
21 extern int unregister_mapping(struct s_map *map);
22
23 #endif /* INCLUDED_parse_h */