mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 21:56:21 +00:00
Tidy headers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user