Merged input processing loops

This commit is contained in:
James Booth
2012-02-20 01:42:29 +00:00
parent b3f42cd300
commit 7dfea94c88
10 changed files with 118 additions and 209 deletions

View File

@@ -1,9 +1,10 @@
#ifndef JABBER_H
#define JABBER_H
#define CONNECTING 0
#define CONNECTED 1
#define DISCONNECTED 2
#define STARTED 0
#define CONNECTING 1
#define CONNECTED 2
#define DISCONNECTED 3
int jabber_connection_status(void);
int jabber_connect(char *user, char *passwd);