X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/04e42396542e4f8bf7cb553528cb426f5fa44206..c00fce3ab1dc8b810a439e81e419d7b8ae1d97b9:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index e9893f0..a2033c2 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -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. */