Changeset 674a01d for help.h


Ignore:
Timestamp:
2010-09-06T00:20:01Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3c9b095
Parents:
d6657ce
Message:

Move whatsnew stuff into help.txt. Stop putting too much string content
into the executable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.h

    rd6657ce r674a01d  
    4747char *help_get( help_t **help, char *title );
    4848int help_add_mem( help_t **help, const char *title, const char *content_ );
     49char *help_get_whatsnew( help_t **help, int old );
    4950
    5051#endif
Note: See TracChangeset for help on using the changeset viewer.