Implemented new field commands

This commit is contained in:
James Booth
2014-10-19 03:27:34 +01:00
parent 272fbf2f0f
commit 7a88898a21
3 changed files with 220 additions and 201 deletions

View File

@@ -133,4 +133,6 @@ gboolean cmd_affiliation(gchar **args, struct cmd_help_t help);
gboolean cmd_role(gchar **args, struct cmd_help_t help);
gboolean cmd_privileges(gchar **args, struct cmd_help_t help);
gboolean cmd_form_field(char *tag, gchar **args);
#endif