X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send.h;fp=send.h;h=7a4c01bcb6cc1c80c77e06bc14b164dce8b3304d;hb=e2167286448ce2ed9a01a548e7e9832563035088;hp=212fb4a12582610034593398c3d1dca93dc77de4;hpb=8f69a1302a52163c61142531c4a6944510c3ec12;p=paraslash.git diff --git a/send.h b/send.h index 212fb4a1..7a4c01bc 100644 --- a/send.h +++ b/send.h @@ -190,8 +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); +void generic_com_on(struct sender_status *ss, unsigned protocol); 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); struct sender_client *accept_sender_client(struct sender_status *ss, fd_set *rfds);