diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-06 01:20:01 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-06 01:20:01 +0100 |
commit | 674a01d4640fd869d54e1b9f1474986fda2994de (patch) | |
tree | a4100503ffdadd0b22abafb020f4bf4ffa261a9e /bitlbee.h | |
parent | d6657ce1d4fa016bfa0e013f29351229e2cc23d1 (diff) |
Move whatsnew stuff into help.txt. Stop putting too much string content
into the executable.
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -136,7 +136,6 @@ #include "conf.h" #include "log.h" #include "ini.h" -#include "help.h" #include "query.h" #include "sock.h" #include "misc.h" @@ -146,7 +145,7 @@ typedef struct global { /* In forked mode, child processes store the fd of the IPC socket here. */ int listen_socket; gint listen_watch_source_id; - help_t *help; + struct help *help; char *conf_file; conf_t *conf; GList *storage; /* The first backend in the list will be used for saving */ |