]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send.h
command.c: Document return value of handle_connect().
[paraslash.git] / send.h
diff --git a/send.h b/send.h
index dc9cd3952238b19e6c332cd5420ba995487acda4..212fb4a12582610034593398c3d1dca93dc77de4 100644 (file)
--- a/send.h
+++ b/send.h
@@ -85,6 +85,8 @@ struct sender {
         * the clients aware of the end-of-file condition.
         */
        void (*shutdown_clients)(void);
+       /** Dellocate all resources. Only called on exit. */
+       void (*shutdown)(void);
        /**
         * Array of function pointers for the sender subcommands.
         *
@@ -188,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);