diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-06 01:20:01 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-06 01:20:01 +0100 |
commit | 674a01d4640fd869d54e1b9f1474986fda2994de (patch) | |
tree | a4100503ffdadd0b22abafb020f4bf4ffa261a9e /help.h | |
parent | d6657ce1d4fa016bfa0e013f29351229e2cc23d1 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |