Debug room config form fields

This commit is contained in:
James Booth
2014-09-05 13:48:53 +01:00
parent c133b89313
commit 9728d1a727
3 changed files with 33 additions and 6 deletions

View File

@@ -87,6 +87,8 @@ typedef struct disco_identity_t {
} DiscoIdentity;
typedef struct form_field_t {
char *label;
char *type;
char *var;
GSList *values;
} FormField;