summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-09 00:52:47 -0400
committerTest_User <hax@andrewyu.org>2023-08-09 00:52:47 -0400
commit530d8cd8a6c2d28c1f358dc369613eb9e0e10a71 (patch)
treef814029e41f0fbf45be36df78ee379f0ac69c968 /network.h
parentb557bac23688b304fbab0a766a2e3e93db78f429 (diff)
downloadcoupserv-530d8cd8a6c2d28c1f358dc369613eb9e0e10a71.tar.gz
coupserv-530d8cd8a6c2d28c1f358dc369613eb9e0e10a71.zip
Fix quit, kill, squit
Diffstat (limited to 'network.h')
-rw-r--r--network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network.h b/network.h
index bdaa2a8..e08a289 100644
--- a/network.h
+++ b/network.h
@@ -110,3 +110,4 @@ extern char channel_mode_types[UCHAR_MAX];
extern int PRIVMSG(struct string source, struct string target, struct string message);
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 remove_user(struct string uid, struct string reason);