File: parse.h

package info (click to toggle)
ircd 2.10.07-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,232 kB
  • ctags: 2,253
  • sloc: ansic: 27,541; makefile: 742; sh: 327; perl: 18
file content (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PARSE_H
#define PARSE_H

/*=============================================================================
 * Proto types
 */

extern int parse_client(aClient *cptr, char *buffer, char *bufend);
extern int parse_server(aClient *cptr, char *buffer, char *bufend);
extern void initmsgtree(void);

#endif /* PARSE_H */