Changeset e5d8d21 for help.h


Ignore:
Timestamp:
2009-11-25T00:45:27Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
487f555
Parents:
0ac1a375
Message:

Added in-memory help info, which I wanted to implement for ages already.
Sadly the way I'm using it now doesn't work yet since nogaim_init() is
called before help_init(). I'll fix that later. (Have to do that anyway
to at least make ForkDaemon mode work..)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • help.h

    r0ac1a375 re5d8d21  
    4646void help_free( help_t **help );
    4747char *help_get( help_t **help, char *title );
     48int help_add_mem( help_t **help, const char *title, const char *content_ );
    4849
    4950#endif
Note: See TracChangeset for help on using the changeset viewer.