Changeset - 7af1394bffb3
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-04-06 20:46:58
ohnobinki@ohnopublishing.net
options.h: slightly more docs
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/common/options.h
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)