termlist_insert: new frequency parameter (instead of 1)
[pazpar2-moved-to-github.git] / src / normalize_cache.h
index a076e32..09b0c48 100644 (file)
@@ -26,7 +26,7 @@ typedef struct normalize_cache_s *normalize_cache_t;
 normalize_cache_t normalize_cache_create(void);
 
 normalize_record_t normalize_cache_get(normalize_cache_t nc,
-                                       struct conf_service *service,
+                                       struct conf_config *conf,
                                        const char *spec);
 void normalize_cache_destroy(normalize_cache_t nc);