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