Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / s_serv.h
index 189105ce59a56e9743e5345c21bc624696e20df2..387e7cfc4b46fec68478a2ba3f77c554dff07766 100644 (file)
@@ -12,7 +12,7 @@
 
 struct ConfItem;
 struct Client;
-
+struct Jupe;
 
 extern unsigned int max_connection_count;
 extern unsigned int max_client_count;
@@ -23,7 +23,8 @@ 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);
+extern int server_estab(struct Client *cptr, struct ConfItem *aconf,
+                       struct Jupe *ajupe);
 
 
 #endif /* INCLUDED_s_serv_h */