Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.h

    r0fbda193 rc78c032  
    3737        int fd;
    3838        time_t mtime;
    39         char *title;
     39        char *string;
    4040        help_off_t offset;
    4141        int length;
     
    4444
    4545G_GNUC_MALLOC help_t *help_init( help_t **help, const char *helpfile );
    46 void help_free( help_t **help );
    47 char *help_get( help_t **help, char *title );
     46char *help_get( help_t **help, char *string );
    4847
    4948#endif
Note: See TracChangeset for help on using the changeset viewer.