about summary refs log tree commit diff
path: root/ircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ircd.h')
-rw-r--r--ircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ircd.h b/ircd.h
index 8097c26..07bdd0f 100644
--- a/ircd.h
+++ b/ircd.h
@@ -75,6 +75,7 @@ extern int port;
 
 const char *getnick(const struct Peer *peer);
 void user_reg(struct Peer *peer, const char *nick, const char *user, const char *real);
+void user_remove(size_t pid);
 
 int channel_join(struct Channel *channel, struct Peer *peer);
 int channel_exit(struct Channel *channel, struct Peer *peer);