summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index da55fb432..ff6b20c4f 100644
--- a/src/map.h
+++ b/src/map.h
@@ -385,6 +385,7 @@ public:
Database functions
*/
static MapDatabase *createDatabase(const std::string &name, const std::string &savedir, Settings &conf);
+ void pingDatabase();
// Call these before and after saving of blocks
void beginSave();