Author: Kev <klmitch@mit.edu>
[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 extern unsigned int max_connection_count;
17 extern unsigned int max_client_count;
18
19 /*
20  * Prototypes
21  */
22 extern int exit_new_server(struct Client* cptr, struct Client* sptr,
23                            const char* host, time_t timestamp, const char* fmt, ...);
24 extern int a_kills_b_too(struct Client *a, struct Client *b);
25 extern int server_estab(struct Client *cptr, struct ConfItem *aconf);
26
27
28 #endif /* INCLUDED_s_serv_h */