]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: cli: export cli_parse_default() definition in cli.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 1 Apr 2019 09:30:00 +0000 (11:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 12:45:37 +0000 (14:45 +0200)
Export the cli_parse_default() function in cli.h so it could be used in
other files.

include/proto/cli.h

index b4cac0d10ccaf4988cb3fa3f5254c28b7ca4f6b2..9ed2327cfdab15be083498936d437ffa5ae8fd52 100644 (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();