aboutsummaryrefslogtreecommitdiffstats
path: root/help.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-14 23:42:07 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-14 23:42:07 +0000
commitebb95b68792dde490a1ea1042209525f176af58d (patch)
tree2a980be2b7bea3db77dec209e6ca5f591165885b /help.h
parenta6df0b5d21370549328c7929a008abb68f2ed4db (diff)
parent1bf1ae6f25ff56894d67999791802aa864eaa02b (diff)
Merging from devel/Jelmer.
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 07182e9c..32aba723 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, const char *helpfile );
+G_GNUC_MALLOC help_t *help_init( help_t **help, const char *helpfile );
char *help_get( help_t **help, char *string );
#endif