X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=bca03b2027492a211bdaa5fa02eeaa1b50878ae1;hp=dc9cd3952238b19e6c332cd5420ba995487acda4;hb=ac93cb364106bbaa88bf0d0852981a872166e6a9;hpb=0b786d977ded3c3922e851e5b8d60837b43469b9 diff --git a/send.h b/send.h index dc9cd395..bca03b20 100644 --- 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. *