aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-25 01:04:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2006-05-25 01:04:18 +0200
commit601e81362bbf4e4d1e686334b35d3bdcd87314d2 (patch)
tree53ed2250bfc35b9e8da568b6f624a530d323ef32 /bitlbee.h
parent46ad029950221205d1eb6201ec2f01c7231876c2 (diff)
parentfc630f9fb47690c30feaf4738727a213d633afc9 (diff)
[merge] Wilmer
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/bitlbee.h b/bitlbee.h
index f2ea8280..07ac54bc 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -98,7 +98,7 @@ extern char *CONF_FILE;
#include "irc.h"
#include "storage.h"
#include "set.h"
-#include "protocols/nogaim.h"
+#include "nogaim.h"
#include "commands.h"
#include "account.h"
#include "conf.h"
@@ -107,6 +107,7 @@ extern char *CONF_FILE;
#include "help.h"
#include "query.h"
#include "sock.h"
+#include "util.h"
typedef struct global {
/* In forked mode, child processes store the fd of the IPC socket here. */
@@ -129,10 +130,6 @@ gboolean bitlbee_io_current_client_write( GIOChannel *source, GIOCondition condi
void root_command_string( irc_t *irc, user_t *u, char *command, int flags );
void root_command( irc_t *irc, char *command[] );
void bitlbee_shutdown( gpointer data );
-double gettime( void );
-G_MODULE_EXPORT void http_encode( char *s );
-G_MODULE_EXPORT void http_decode( char *s );
-G_MODULE_EXPORT char *strip_newlines(char *source);
extern global_t global;