aboutsummaryrefslogtreecommitdiff
path: root/pseudoclients/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudoclients/services.h')
-rw-r--r--pseudoclients/services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pseudoclients/services.h b/pseudoclients/services.h
index 10317d7..e1dfe63 100644
--- a/pseudoclients/services.h
+++ b/pseudoclients/services.h
@@ -46,3 +46,5 @@ int services_pseudoclient_allow_kill(struct string from, struct string source, s
int services_pseudoclient_allow_kick(struct string from, struct string source, struct channel_info *channel, struct user_info *user, struct string reason);
void services_pseudoclient_handle_privmsg(struct string from, struct string source, struct string target, struct string msg);
+void services_pseudoclient_handle_rename_user(struct string from, struct user_info *user, struct string nick, size_t timestamp);
+void services_pseudoclient_handle_set_cert(struct string from, struct user_info *user, struct string cert, struct string source);