X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0c4101ecabe0fafc07524c77958b71de3e054e98..02ba7921a8b083f421a747b89c65a87d0afd5841:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index 4cb5677..e9fce73 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -292,7 +292,8 @@ struct config { extern struct config *config; /* the current configuration */ -int config_read(int server); +int config_read(int server, + const struct config *oldconfig); /* re-read config, return 0 on success or non-0 on error. * Only updates @config@ if the new configuration is valid. */