send_common: Improve error diagnostics of generic_com_on().
[paraslash.git] / send.h
diff --git a/send.h b/send.h
index 9a6e5f745c406abe4a91f34da7a104946922c1d5..84f35f9228cd05c62f9430063123d3e49761a06c 100644 (file)
--- 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);