chiark / gitweb /
Spot changes to database parameters and rebuild database.
[disorder] / server / disorder-server.h
index 6d04c2646fc3f66a841851e4de52b6a4aa66c6e3..8209adb9ddf27085c734de7ae9c977183e9a51a2 100644 (file)
@@ -102,6 +102,8 @@ void quit(ev_source *ev) attribute((noreturn));
 int reconfigure(ev_source *ev, int reload);
 /* reconfigure.  If @reload@ is nonzero, update the configuration. */
 
+void dbparams_check(void);
+
 extern struct queue_entry qhead;
 /* queue of things yet to be played.  the head will be played
  * soonest. */