X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=84f35f9228cd05c62f9430063123d3e49761a06c;hp=9a6e5f745c406abe4a91f34da7a104946922c1d5;hb=d4603bf234d23adb56b208efb90ce66772c4ef5b;hpb=e5de57de1b8bf1df96c152fc92f5a49f75d6d96c 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);