X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send.h;h=7a4c01bcb6cc1c80c77e06bc14b164dce8b3304d;hb=e2167286448ce2ed9a01a548e7e9832563035088;hp=bca03b2027492a211bdaa5fa02eeaa1b50878ae1;hpb=ac4e01ba1a2f302bf31dd511a7aff8da78660b15;p=paraslash.git diff --git a/send.h b/send.h index bca03b20..7a4c01bc 100644 --- a/send.h +++ b/send.h @@ -190,7 +190,8 @@ void generic_com_allow(struct sender_command_data *scd, struct sender_status *ss); void generic_com_deny(struct sender_command_data *scd, struct sender_status *ss); -int generic_com_on(struct sender_status *ss, unsigned protocol); +void generic_com_on(struct sender_status *ss, unsigned protocol); +void generic_acl_deplete(struct list_head *acl); void generic_com_off(struct sender_status *ss); char *generic_sender_help(void); struct sender_client *accept_sender_client(struct sender_status *ss, fd_set *rfds);