aboutsummaryrefslogtreecommitdiffstats
path: root/help.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-07-01 15:52:45 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2007-07-01 15:52:45 +0100
commitae3c4fae12b09b30bb49477696b10ae5beb8ef4b (patch)
treea6e3476a7ae4a40cc0039126391b7f5058383798 /help.h
parentf7b44f2c094f99f03182485a30d95a029a84f809 (diff)
parent348c11b16c156979ef2c7141ca7450af693b3713 (diff)
Merge from Jelmer (mainly unit testing things).
Diffstat (limited to 'help.h')
-rw-r--r--help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.h b/help.h
index 7b8da39a..07182e9c 100644
--- a/help.h
+++ b/help.h
@@ -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