MXS-1354: Add missing function declaration in adminusers header
The header is generated at configuration time so the changes need to be done in the .in file.
This commit is contained in:
parent
3aebe0f91e
commit
158ae75dd2
@ -81,6 +81,7 @@ const char* admin_add_inet_user(const char *uname, const char *password);
|
||||
const char* admin_remove_inet_user(const char *uname, const char *password);
|
||||
bool admin_inet_user_exists(const char *uname);
|
||||
bool admin_verify_inet_user(const char *uname, const char *password);
|
||||
bool admin_is_admin_user(const char* username);
|
||||
|
||||
/**
|
||||
* @brief Convert all admin users to JSON
|
||||
|
Loading…
x
Reference in New Issue
Block a user