about summary refs log tree commit diff stats
path: root/src/xmpp/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/form.h')
-rw-r--r--src/xmpp/form.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmpp/form.h b/src/xmpp/form.h
index 8d0dac02..dc2ab38d 100644
--- a/src/xmpp/form.h
+++ b/src/xmpp/form.h
@@ -46,5 +46,8 @@
 
 DataForm* form_create(xmpp_stanza_t *const stanza);
 xmpp_stanza_t* form_create_submission(DataForm *form);
+char* form_get_form_type_field(DataForm *form);
+GSList* form_get_non_form_type_fields_sorted(DataForm *form);
+GSList* form_get_field_values_sorted(FormField *field);
 
 #endif