You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/include/ProxySQL_CLI.h

10 lines
242 B

#ifndef PROXYSQL_CLI_H
#define PROXYSQL_CLI_H
// Entry point for proxysql-cli mode.
// Called when argv[0] ends with "proxysql-cli".
// Returns the exit code (0 success, 1 error).
int proxysql_cli_main(int argc, const char* argv[]);
#endif