Added tags to form fields

This commit is contained in:
James Booth
2014-09-11 23:44:39 +01:00
parent a133384ef7
commit 42a14d0182
3 changed files with 19 additions and 4 deletions

View File

@@ -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);