Changeset 85d7b85 for help.h


Ignore:
Timestamp:
2008-04-02T14:22:57Z (16 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
f9dbc99
Parents:
875ad42 (diff), dd34575 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.h

    r875ad42 r85d7b85  
    3737        int fd;
    3838        time_t mtime;
    39         char *string;
     39        char *title;
    4040        help_off_t offset;
    4141        int length;
     
    4343} help_t;
    4444
    45 help_t *help_init( help_t **help );
    46 char *help_get( help_t **help, char *string );
     45G_GNUC_MALLOC help_t *help_init( help_t **help, const char *helpfile );
     46void help_free( help_t **help );
     47char *help_get( help_t **help, char *title );
    4748
    4849#endif
Note: See TracChangeset for help on using the changeset viewer.