about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-13 22:39:06 +0100
committerJames Booth <boothj5@gmail.com>2014-09-13 22:39:06 +0100
commitb111419693c5f6ac790a9723d75f33dad09a0b64 (patch)
tree042916c349ad27a9f281dfb7f1be38edd11137d6 /src/xmpp/xmpp.h
parentc4b4cb557fa97a1dcafe6894e9d6cfb059d37548 (diff)
downloadprofani-tty-b111419693c5f6ac790a9723d75f33dad09a0b64.tar.gz
Added form type check on set
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 75a67285..cf78bb45 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -210,5 +210,6 @@ void (*form_destroy)(DataForm *form);
 char * (*form_get_form_type_field)(DataForm *form);
 void (*form_set_value_by_tag)(DataForm *form, const char * const tag, char *value);
 gboolean (*form_tag_exists)(DataForm *form, const char * const tag);
+form_field_type_t (*form_get_field_type_by_tag)(DataForm *form, const char * const tag);
 
 #endif