server: Deplete user list on exit.
[paraslash.git] / send.h
diff --git a/send.h b/send.h
index dc9cd3952238b19e6c332cd5420ba995487acda4..bca03b2027492a211bdaa5fa02eeaa1b50878ae1 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.
         *