X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fs_serv.h;h=4d6706b67d15582a62473582766d1a2425dc5c47;hb=refs%2Fheads%2Fupstream-ssl;hp=387e7cfc4b46fec68478a2ba3f77c554dff07766;hpb=11b962d70aa3f61947011ccf128793851af459e0;p=ircu2.10.12-pk.git diff --git a/include/s_serv.h b/include/s_serv.h index 387e7cf..4d6706b 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -1,7 +1,6 @@ -/* - * s_serv.h - * - * $Id$ +/** @file s_serv.h + * @brief Miscellaneous server support functions. + * @version $Id$ */ #ifndef INCLUDED_s_serv_h #define INCLUDED_s_serv_h @@ -12,7 +11,6 @@ struct ConfItem; struct Client; -struct Jupe; extern unsigned int max_connection_count; extern unsigned int max_client_count; @@ -23,8 +21,7 @@ extern unsigned int max_client_count; 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, - struct Jupe *ajupe); +extern int server_estab(struct Client *cptr, struct ConfItem *aconf); #endif /* INCLUDED_s_serv_h */