aboutsummaryrefslogtreecommitdiffstats
path: root/help.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-06 01:20:01 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-06 01:20:01 +0100
commit674a01d4640fd869d54e1b9f1474986fda2994de (patch)
treea4100503ffdadd0b22abafb020f4bf4ffa261a9e /help.h
parentd6657ce1d4fa016bfa0e013f29351229e2cc23d1 (diff)
Move whatsnew stuff into help.txt. Stop putting too much string content
into the executable.
Diffstat (limited to 'help.h')
-rw-r--r--help.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help.h b/help.h
index e689a93d..9f4d1572 100644
--- a/help.h
+++ b/help.h
@@ -46,5 +46,6 @@ G_GNUC_MALLOC help_t *help_init( help_t **help, const char *helpfile );
void help_free( help_t **help );
char *help_get( help_t **help, char *title );
int help_add_mem( help_t **help, const char *title, const char *content_ );
+char *help_get_whatsnew( help_t **help, int old );
#endif