Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / client.h
index 910ee6ed4d91b07084a73818d159b4026535f1cc..ba6217d676b23e7e137a59bfe3e2a517b4bbc0e2 100644 (file)
@@ -448,6 +448,7 @@ extern void client_drop_sendq(struct Connection* con);
 extern void client_add_sendq(struct Connection* con,
                             struct Connection** con_p);
 extern void client_set_privs(struct Client* client);
+extern int client_report_privs(struct Client* to, struct Client* client);
 
 #endif /* INCLUDED_client_h */