diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-24 20:35:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-12-24 20:35:13 +0100 |
commit | c227706bc921c3bb426eb315c0d097df30aa9d16 (patch) | |
tree | 1af13b2b2fd26691691e2f802ca85514b1a2b925 /help.h | |
parent | 9225e08f377026e653e31468d53df9d328dd7951 (diff) |
Refactor the help code to take a filename rather than using the global struct.
Diffstat (limited to 'help.h')
-rw-r--r-- | help.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ typedef struct help struct help *next; } help_t; -help_t *help_init( help_t **help ); +help_t *help_init( help_t **help, const char *helpfile ); char *help_get( help_t **help, char *string ); #endif |