extern void send_pop_queue(struct Client *); in header, will implement this some time later
This commit is contained in:
parent
6e6a632636
commit
a235e4101d
2 changed files with 19 additions and 3 deletions
|
@ -38,6 +38,8 @@ struct monitor;
|
|||
/* The nasty global also used in s_serv.c for server bursts */
|
||||
extern unsigned long current_serial;
|
||||
|
||||
extern void send_pop_queue(struct Client *);
|
||||
|
||||
extern void send_queued(struct Client *to);
|
||||
|
||||
extern void send_queued_slink_write(int fd, void *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue