mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 22:12:25 +01:00
Fix broken build by last minute change
This commit is contained in:
parent
4ac8015f84
commit
1c746afdf1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue