Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / s_auth.h
index 14c55a1210b7d55832906e19d5ccd6888138eedc..e286d1e7a3f4e30e36ef162f4618fe01ffed9175 100644 (file)
@@ -45,6 +45,7 @@ extern void destroy_auth_request(struct AuthRequest *req);
 
 extern int auth_spawn(int argc, char *argv[]);
 extern void auth_send_exit(struct Client *cptr);
+extern void auth_send_xreply(struct Client *sptr, const char *routing, const char *reply);
 extern void auth_mark_closing(void);
 extern void auth_close_unused(void);
 extern void report_iauth_conf(struct Client *cptr, const struct StatDesc *sd, char *param);