MXS-2196: Rename SERV_LISTENER to Listener
This commit is contained in:
@ -187,7 +187,7 @@ bool dbusers_save(sqlite3* src, const char* filename);
|
||||
*
|
||||
* @return -1 on any error or the number of users inserted (0 means no users at all)
|
||||
*/
|
||||
int replace_mysql_users(SERV_LISTENER* listener, bool skip_local);
|
||||
int replace_mysql_users(Listener* listener, bool skip_local);
|
||||
|
||||
/**
|
||||
* @brief Verify the user has access to the database
|
||||
|
Reference in New Issue
Block a user