X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send.h;h=212fb4a12582610034593398c3d1dca93dc77de4;hb=5ceb90b647125035d52ae935a7fdae037b5b50a4;hp=bca03b2027492a211bdaa5fa02eeaa1b50878ae1;hpb=ac4e01ba1a2f302bf31dd511a7aff8da78660b15;p=paraslash.git diff --git a/send.h b/send.h index bca03b20..212fb4a1 100644 --- a/send.h +++ b/send.h @@ -190,6 +190,7 @@ 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); +void generic_acl_deplete(struct list_head *acl); int generic_com_on(struct sender_status *ss, unsigned protocol); void generic_com_off(struct sender_status *ss); char *generic_sender_help(void);