Moved stanza data structures

This commit is contained in:
James Booth
2015-06-06 22:37:50 +01:00
parent b7151c5da3
commit ddd1bf99a4
10 changed files with 23 additions and 18 deletions

View File

@@ -25,8 +25,8 @@
#include <string.h>
#include "server/stanzas.h"
#include "server/stanza.h"
#include "server/stanzas.h"
static char *required_passwd = NULL;
static GHashTable *idstubs = NULL;