mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-01 17:10:42 +00:00
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:
parent
3f12887ffa
commit
7175e6861e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user