Ziplinks appear to work again now.

This commit is contained in:
Jilles Tjoelker 2008-04-04 00:13:50 +02:00
parent 209b3a713d
commit 8c689f969d
5 changed files with 28 additions and 19 deletions

View file

@ -42,7 +42,7 @@ extern void send_pop_queue(struct Client *);
extern void send_queued(struct Client *to);
extern void send_queued_slink_write(int fd, void *data);
extern void send_queued_slink_write(rb_fde_t *F, void *data);
extern void sendto_one(struct Client *target_p, const char *, ...) AFP(2, 3);
extern void sendto_one_notice(struct Client *target_p,const char *, ...) AFP(2, 3);