/* * s_serv.h * * $Id: s_serv.h,v 1.6 2001/06/08 23:12:16 kev Exp $ */ #ifndef INCLUDED_s_serv_h #define INCLUDED_s_serv_h #ifndef INCLUDED_sys_types_h #include #define INCLUDED_sys_types_h #endif struct ConfItem; struct Client; extern unsigned int max_connection_count; extern unsigned int max_client_count; /* * Prototypes */ extern int exit_new_server(struct Client* cptr, struct Client* sptr, const char* host, time_t timestamp, const char* fmt, ...); extern int a_kills_b_too(struct Client *a, struct Client *b); extern int server_estab(struct Client *cptr, struct ConfItem *aconf); #endif /* INCLUDED_s_serv_h */