Show form fields after updating

This commit is contained in:
James Booth
2014-09-15 23:28:12 +01:00
parent 6b575aa8fc
commit f494faac99
5 changed files with 39 additions and 10 deletions

View File

@@ -218,5 +218,6 @@ gboolean (*form_tag_exists)(DataForm *form, const char * const tag);
form_field_type_t (*form_get_field_type)(DataForm *form, const char * const tag);
gboolean (*form_field_contains_option)(DataForm *form, const char * const tag, char *value);
int (*form_get_value_count)(DataForm *form, const char * const tag);
FormField* (*form_get_field_by_tag)(DataForm *form, const char * const tag);
#endif