diff options
Diffstat (limited to 'ircd.h')
| -rw-r--r-- | ircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ircd.h b/ircd.h index 2c4b144..8def73a 100644 --- a/ircd.h +++ b/ircd.h @@ -92,6 +92,7 @@ void user_remove(size_t pid); int channel_join(struct Channel *channel, struct Peer *peer); int channel_exit(struct Channel *channel, struct Peer *peer); +void channel_remove(size_t cid); int parse_message(char *buf, struct Message *msg); int handle(struct Peer *peer); |