X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7fdb76399843c6724ebb42d8c56c60c4dfa12010..f977edfa98c2e2e62bb302af7e97d8729c7d6202:/src/nickserv.h diff --git a/src/nickserv.h b/src/nickserv.h index b2b9b7d..93d66fb 100644 --- a/src/nickserv.h +++ b/src/nickserv.h @@ -159,4 +159,6 @@ void reg_allowauth_func(allowauth_func_t func); typedef void (*failpw_func_t)(struct userNode *user, struct handle_info *handle); void reg_failpw_func(failpw_func_t func); +void send_func_list(struct userNode *user); + #endif