Moved chat state handling code to chat_state.c

This commit is contained in:
James Booth
2016-07-24 13:56:11 +01:00
parent 7c593c2780
commit 8d8f2f290d
6 changed files with 45 additions and 42 deletions

View File

@@ -37,13 +37,8 @@
#include <pthread.h>
#include "resource.h"
#include "xmpp/xmpp.h"
void prof_run(char *log_level, char *account_name);
void prof_handle_idle(void);
void prof_handle_activity(void);
gboolean prof_process_input(char *inp);
void prof_set_quit(void);