Tidy headers

This commit is contained in:
James Booth
2016-07-24 15:43:51 +01:00
parent 5bc38b6bc2
commit 0a57c4de78
73 changed files with 247 additions and 229 deletions

View File

@@ -35,15 +35,16 @@
#ifndef XMPP_FORM_H
#define XMPP_FORM_H
#include "xmpp/xmpp.h"
#ifdef HAVE_LIBMESODE
#include <mesode.h>
#endif
#ifdef HAVE_LIBSTROPHE
#include <strophe.h>
#endif
#include "xmpp/xmpp.h"
DataForm* form_create(xmpp_stanza_t *const stanza);
xmpp_stanza_t* form_create_submission(DataForm *form);
char* form_get_form_type_field(DataForm *form);