1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 22:43:14 +02:00

I forgot a forward declaration..

This commit is contained in:
Bram Matthys
2021-08-22 13:45:32 +02:00
parent 3a464e34ff
commit aac3c407bf
+1
View File
@@ -23,6 +23,7 @@
#include "unrealircd.h"
/* Forward declarations */
int list_mode_request(Client *client, Channel *channel, char *req);
CMD_FUNC(cmd_mode);
CMD_FUNC(cmd_mlock);
void _do_mode(Channel *channel, Client *client, MessageTag *recv_mtags, int parc, char *parv[], time_t sendts, int samode);