extern void send_pop_queue(struct Client *); in header, will implement this some time later

This commit is contained in:
Valery Yatsko 2008-04-02 03:39:08 +04:00
parent 6e6a632636
commit a235e4101d
2 changed files with 19 additions and 3 deletions

View file

@ -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);