summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'network.h')
-rw-r--r--network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.h b/network.h
index a20deb3..88383bd 100644
--- a/network.h
+++ b/network.h
@@ -113,5 +113,5 @@ extern ssize_t SENDCLIENT(struct string msg);
#endif
extern int privmsg(struct string source, struct string target, size_t num_message_parts, struct string message[num_message_parts]);
-extern int add_local_client(struct string uid, struct string nick_arg, struct string vhost_arg, struct string ident_arg, struct string realname_arg, time_t timestamp);
+extern int add_local_client(struct string uid, struct string nick_arg, struct string vhost_arg, struct string ident_arg, struct string realname_arg, time_t timestamp, char fake_cert);
extern int remove_user(struct string uid, struct string reason);