diff options
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r-- | src/xmpp/xmpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 7ffce4c4..0186fba5 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -121,6 +121,8 @@ typedef struct data_form_t { char *title; char *instructions; GSList *fields; + GHashTable *var_to_tag; + GHashTable *tag_to_var; } DataForm; void jabber_init_module(void); |