mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 17:26:22 +00:00
form_get_field_by_var->form_get_form_type_field
This commit is contained in:
@@ -207,7 +207,7 @@ void (*roster_send_add_new)(const char * const barejid, const char * const name)
|
||||
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);
|
||||
char * (*form_get_form_type_field)(DataForm *form);
|
||||
void (*form_set_value_by_tag)(DataForm *form, const char * const tag, char *value);
|
||||
gboolean (*form_tag_exists)(DataForm *form, const char * const tag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user