POST of target settings.
[pazpar2-moved-to-github.git] / src / settings.h
index 623a477..42ac11a 100644 (file)
@@ -58,6 +58,10 @@ int settings_offset(struct conf_service *service, const char *name);
 int settings_offset_cprefix(struct conf_service *service, const char *name);
 void init_settings(struct conf_service *service);
 void resolve_databases(struct conf_service *service);
+void settings_read_node_x(xmlNode *n,
+                          void *client_data,
+                          void (*fun)(void *client_data,
+                                      struct setting *set));
 
 #endif