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 21:55:46 +0100
committerJames Booth <boothj5@gmail.com>2014-09-13 21:55:46 +0100
commitc4b4cb557fa97a1dcafe6894e9d6cfb059d37548 (patch)
tree31504187475fac2377ca792f76430b7dc2524da7 /src/xmpp/xmpp.h
parent0a4dea55d541f594ea3b0c540bb018187f0f3d57 (diff)
downloadprofani-tty-c4b4cb557fa97a1dcafe6894e9d6cfb059d37548.tar.gz
form_get_field_by_var->form_get_form_type_field
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index aaa8bbd2..75a67285 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -207,7 +207,7 @@ void (*roster_send_add_new)(const char * const barejid, const char * const name)
 void (*roster_send_remove)(const char * const barejid);
 
 void (*form_destroy)(DataForm *form);
-char * (*form_get_field_by_var)(DataForm *form, const char * const var);
+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);