ANSI funcs with no args
[pazpar2-moved-to-github.git] / src / settings.c
index 694cddf..373e6d9 100644 (file)
@@ -64,6 +64,8 @@ static char *hard_settings[] = {
     "pz:zproxy",
     "pz:apdulog",
     "pz:sru",
+    "pz:sru_version",
+    "pz:pqf_prefix",
     0
 };
 
@@ -373,7 +375,7 @@ static void initialize_hard_settings(struct setting_dictionary *dict)
 
 // Read any settings names introduced in service definition (config) and add to dictionary
 // This is done now to avoid errors if user settings are declared in session overrides
-static void initialize_soft_settings()
+static void initialize_soft_settings(void)
 {
     struct conf_service *service = config->servers->service;
     int i;