diff options
Diffstat (limited to 'ddb/db_mp.h')
-rw-r--r-- | ddb/db_mp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ddb/db_mp.h b/ddb/db_mp.h index a163d99..722f28c 100644 --- a/ddb/db_mp.h +++ b/ddb/db_mp.h @@ -23,4 +23,8 @@ void remote_db(void); void lock_db(void); void unlock_db(void); +#if CONSOLE_ON_MASTER +void db_console(void); +#endif /* CONSOLE_ON_MASTER */ + #endif /* _DDB_DB_MP_H_ */ |