chiark / gitweb /
server half of noticed.db
[disorder] / lib / configuration.h
index e9893f0f0dd16bd6c6c22013ecd57ee86b6c49b6..476a917a33391e36f6ebc0a0b0064db0bf7f830f 100644 (file)
@@ -114,6 +114,9 @@ struct config {
   /** @brief Maximum number of recent tracks to record in history */
   long history;
 
+  /** @brief Expiry limit for noticed.db */
+  long noticed_history;
+  
   /** @brief Trusted users */
   struct stringlist trust;
 
@@ -240,7 +243,7 @@ struct config {
 extern struct config *config;
 /* the current configuration */
 
-int config_read(void);
+int config_read(int server);
 /* re-read config, return 0 on success or non-0 on error.
  * Only updates @config@ if the new configuration is valid. */