From 674a01d4640fd869d54e1b9f1474986fda2994de Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 6 Sep 2010 01:20:01 +0100 Subject: Move whatsnew stuff into help.txt. Stop putting too much string content into the executable. --- bitlbee.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index a137ae43..0ec6406e 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -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 */ -- cgit v1.2.3