mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 14:50:54 +00:00
Initial cleanup of useless consts towards migration to modern C++ (#6271)
This commit is contained in:
parent
66450d4811
commit
19310ffd06
49 changed files with 217 additions and 217 deletions
|
|
@ -74,7 +74,7 @@ SQLiteStoreManager::~SQLiteStoreManager() {
|
|||
*
|
||||
* @return Zero in case of success, nonzero in case of failure.
|
||||
*/
|
||||
int SQLiteStoreManager::exec_query(const char * const db_query,
|
||||
int SQLiteStoreManager::exec_query(const char * db_query,
|
||||
int (*callback)(void *, int, char **, char **),
|
||||
void *payload) {
|
||||
char *zErrMsg = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue