add namespace to session methods

This commit is contained in:
yggverse 2024-09-16 06:00:06 +03:00
parent 78c31a3cd6
commit d8cf3c6d1f
16 changed files with 53 additions and 55 deletions

View file

@ -121,11 +121,11 @@ namespace app::browser::main::tab
);
// Actions
int restore(
int session_restore(
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
); // return sqlite3_finalize status code
void save(
void session_save(
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
);