added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / s_serv.h
index e0785730d3f8ae8233499a36c70c291474d849f2..4d6706b67d15582a62473582766d1a2425dc5c47 100644 (file)
@@ -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
 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,
-                           char *host, time_t timestamp, char *fmt, ...);
+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);