X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=3f13f108a98696e8b50ef53988bcb7f69d5d82c8;hp=eb6175c2cf3692e7cd1d1714241dffd199e7b391;hb=810761a3cdf3f75dd8e07a5d903793048c36df1d;hpb=dde2e0b20798c7b8208ee8d3aea80388bcdb08ec diff --git a/recv.h b/recv.h index eb6175c2..3f13f108 100644 --- a/recv.h +++ b/recv.h @@ -56,6 +56,7 @@ struct receiver { * \a argc and \a argv. */ void *(*parse_config)(int argc, char **argv); + void (*free_config)(void *conf); /** * Open one instance of the receiver. *