Tidy xmpp headers

This commit is contained in:
James Booth
2016-05-04 01:19:51 +01:00
parent 2e1eb9210a
commit ccabc08fef
22 changed files with 86 additions and 142 deletions

View File

@@ -37,15 +37,6 @@
#include <glib.h>
struct bookmark_t {
char *jid;
char *nick;
char *password;
gboolean autojoin;
};
typedef struct bookmark_t Bookmark;
void bookmark_request(void);
#endif