Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / src / settings.h
index a746dfa..6351e9c 100644 (file)
@@ -65,7 +65,7 @@ struct setting
     struct setting *next;
 };
 
-struct settings
+struct settings_array
 {
     // Array of pointer setting, index is looked up in setting_dictionary
     struct setting **settings;