chiark / gitweb /
relax config file checking for non-server programs
[disorder] / lib / configuration.h
index e9893f0f0dd16bd6c6c22013ecd57ee86b6c49b6..a2033c2dde941806aa9788eff309d37f1926b8e1 100644 (file)
@@ -240,7 +240,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. */