MINOR: cli: export cli_parse_default() definition in cli.h

Export the cli_parse_default() function in cli.h so it could be used in
other files.
This commit is contained in:
William Lallemand 2019-04-01 11:30:00 +02:00 committed by Willy Tarreau
parent 3f12887ffa
commit 7175e6861e

View File

@ -34,6 +34,8 @@ void cli_register_kw(struct cli_kw_list *kw_list);
int cli_has_level(struct appctx *appctx, int level);
int cli_parse_default(char **args, char *payload, struct appctx *appctx, void *private);
/* mworker proxy functions */
int mworker_cli_proxy_create();