X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=recv.h;h=ee8138f9d9c12a9674600091d3073b1807dc41ba;hb=4a4d8f266a79275d7b2c902dc69b5ec8d46406b2;hp=271932b183a3101f147273332d4e592c49bd09d7;hpb=5bf80b0268b0afb3984aea74d41eddef34d50d03;p=paraslash.git diff --git a/recv.h b/recv.h index 271932b1..ee8138f9 100644 --- a/recv.h +++ b/recv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -50,6 +50,12 @@ struct receiver { * \a argc and \a argv. */ void *(*parse_config)(int argc, char **argv); + /** + * Deallocate the configuration structure of a receiver node. + * + * This calls the receiver-specific cleanup function generated by + * gengetopt. + */ void (*free_config)(void *conf); /** * Open one instance of the receiver.