diff options
Diffstat (limited to 'ddb')
-rw-r--r-- | ddb/db_mp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_mp.h b/ddb/db_mp.h index b0d221ea..e32371d4 100644 --- a/ddb/db_mp.h +++ b/ddb/db_mp.h @@ -22,6 +22,7 @@ void remote_db(void); void lock_db(void); void unlock_db(void); +void db_on(int i); #if CONSOLE_ON_MASTER void db_console(void); |