# HG changeset patch # User Binki # Date 2009-04-06 20:46:58 # Node ID 7af1394bffb32623607f3ca7546492b373e29b81 # Parent a90602b890f30faece7f1c1d119d6badd4519c7b options.h: slightly more docs diff --git a/src/common/options.h b/src/common/options.h --- a/src/common/options.h +++ b/src/common/options.h @@ -50,5 +50,8 @@ struct options_common */ int options_init(int argc, char *argv[], cfg_t **mycfg, struct options_common **allopts); +/** + Frees the struct options_common. This should be run before the program exits. + */ int options_free(struct options_common *allopts); #endif