X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.h;fp=src%2Fnormalize_cache.h;h=fab116e097bcf413ba8267070fc8ab5b9bb27d2e;hb=31babd0a7a0d4ee7091cfb740205ab6fe1c89ae5;hp=46b55ad036e038db2159c1483d3ee8e1a285275c;hpb=9fc82783ae2b4f497d7554bb7ed718729e2c683a;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.h b/src/normalize_cache.h index 46b55ad..fab116e 100644 --- a/src/normalize_cache.h +++ b/src/normalize_cache.h @@ -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_config *conf, + struct conf_service *service, const char *spec); void normalize_cache_destroy(normalize_cache_t nc);