~bitlbee/bitlbee/main

« back to all changes in this revision

Viewing changes to bitlbee.h

  • Committer: Wilmer van der Gaast
  • Date: 2010-09-06 00:20:01 UTC
  • Revision ID: wilmer@gaast.net-20100906002001-4uwcmk8taas9z3ao
Move whatsnew stuff into help.txt. Stop putting too much string content
into the executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
#include "conf.h"
137
137
#include "log.h"
138
138
#include "ini.h"
139
 
#include "help.h"
140
139
#include "query.h"
141
140
#include "sock.h"
142
141
#include "misc.h"
146
145
        /* In forked mode, child processes store the fd of the IPC socket here. */
147
146
        int listen_socket;
148
147
        gint listen_watch_source_id;
149
 
        help_t *help;
 
148
        struct help *help;
150
149
        char *conf_file;
151
150
        conf_t *conf;
152
151
        GList *storage; /* The first backend in the list will be used for saving */