Changeset c227706 for help.h


Ignore:
Timestamp:
2006-12-24T19:35:13Z (17 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
7bee5af
Parents:
9225e08
Message:

Refactor the help code to take a filename rather than using the global struct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.h

    r9225e08 rc227706  
    4343} help_t;
    4444
    45 help_t *help_init( help_t **help );
     45help_t *help_init( help_t **help, const char *helpfile );
    4646char *help_get( help_t **help, char *string );
    4747
Note: See TracChangeset for help on using the changeset viewer.