Added setting of *-single room config values

This commit is contained in:
James Booth
2014-09-12 00:21:28 +01:00
parent 42a14d0182
commit 38959e0c33
4 changed files with 67 additions and 15 deletions

View File

@@ -206,5 +206,6 @@ 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);
void (*form_set_value_by_tag)(DataForm *form, const char * const tag, char *value);
#endif