aboutsummaryrefslogtreecommitdiffstats
path: root/help.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-12 14:11:32 +0200
committerJelmer Vernooij <jelmer@samba.org>2007-10-12 14:11:32 +0200
commitc78c03298b5fd99999dcafeb1e1c377a62d03019 (patch)
treedb57e1562513006c17a3d03a7cdf8ffd71fbb611 /help.h
parentd444c09e6c7ac6fc3c1686af0e63c09805d8cd00 (diff)
Add GCC attributes.
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