haproxy/include
Willy Tarreau edb91ad647 MINOR: cli: add cli_msg(), cli_err(), cli_dynmsg(), cli_dynerr()
These functions perform all the boring filling of the appctx's
cli struct needed by CLI parsers to return a message or an error,
and they return 1 so that they can be used as a single-line return
statement. They may be used for const messages or dynamic messages.
2019-08-09 10:11:38 +02:00
..
common CLEANUP: buffer: replace b_drop() with b_free() 2019-08-08 08:07:45 +02:00
import
proto MINOR: cli: add cli_msg(), cli_err(), cli_dynmsg(), cli_dynerr() 2019-08-09 10:11:38 +02:00
types MINOR: cli: add two new states to print messages on the CLI 2019-08-09 10:11:38 +02:00