Fix broken build by last minute change

This commit is contained in:
Bram Matthys 2019-10-02 14:45:25 +02:00
parent 4ac8015f84
commit 1c746afdf1
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -654,7 +654,7 @@ extern void efunctions_switchover(void);
extern char *encode_ip(char *);
extern char *decode_ip(char *);
extern void sendto_fconnectnotice(Client *sptr, int disconnect, char *comment);
extern void sendto_one_nickcmd(Client *server, Client *client, char *umodes)
extern void sendto_one_nickcmd(Client *server, Client *client, char *umodes);
extern int on_dccallow_list(Client *to, Client *from);
extern int add_dccallow(Client *sptr, Client *optr);
extern int del_dccallow(Client *sptr, Client *optr);