action: make action_arg_add_bool() static

This commit is contained in:
Johan Malm 2023-03-26 22:01:17 +01:00 committed by Johan Malm
parent 839179aafd
commit 440f7bd760
2 changed files with 25 additions and 25 deletions

View file

@ -21,7 +21,6 @@ struct action {
struct action *action_create(const char *action_name);
void action_arg_add_str(struct action *action, char *key, const char *value);
void action_arg_add_bool(struct action *action, char *key, bool value);
void action_arg_from_xml_node(struct action *action, char *nodename, char *content);