X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send.h;h=84f35f9228cd05c62f9430063123d3e49761a06c;hb=db26d4a2bd7cd1acb16aa2113784a86cf63fd8fa;hp=9a6e5f745c406abe4a91f34da7a104946922c1d5;hpb=d31995b3074bb19aa4da66ce5c4774ca9ed101a1;p=paraslash.git diff --git a/send.h b/send.h index 9a6e5f74..84f35f92 100644 --- a/send.h +++ b/send.h @@ -186,7 +186,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); -int generic_com_on(struct sender_status *ss, unsigned protocol); +void 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);