mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
return sqlite3 status int for save and prepare methods
This commit is contained in:
parent
800bf7126b
commit
d30ea56530
2 changed files with 44 additions and 37 deletions
|
|
@ -94,8 +94,8 @@ namespace app::browser::main
|
|||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void session_restore();
|
||||
void session_save();
|
||||
int session_restore();
|
||||
int session_save();
|
||||
|
||||
void shutdown();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue