diff options
Diffstat (limited to 'src/login/account.h')
-rw-r--r-- | src/login/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/account.h b/src/login/account.h index 1b567be70..adbcb7102 100644 --- a/src/login/account.h +++ b/src/login/account.h @@ -152,5 +152,6 @@ struct AccountDB AccountDBIterator* (*iterator)(AccountDB* self); }; +void account_db_sql_up(AccountDB* self); #endif // __ACCOUNT_H_INCLUDED__ |