Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / s_serv.h
1 /*
2  * s_serv.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_s_serv_h
7 #define INCLUDED_s_serv_h
8 #ifndef INCLUDED_sys_types_h
9 #include <sys/types.h>
10 #define INCLUDED_sys_types_h
11 #endif
12
13 struct ConfItem;
14 struct Client;
15
16
17 extern unsigned int max_connection_count;
18 extern unsigned int max_client_count;
19
20 /*
21  * Prototypes
22  */
23 extern int exit_new_server(struct Client *cptr, struct Client *sptr,
24                            char *host, time_t timestamp, char *fmt, ...);
25 extern int a_kills_b_too(struct Client *a, struct Client *b);
26 extern int server_estab(struct Client *cptr, struct ConfItem *aconf);
27
28
29 #endif /* INCLUDED_s_serv_h */