X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.h;h=fab116e097bcf413ba8267070fc8ab5b9bb27d2e;hb=672671bc6cbcd0021171ce110bab5bb463905fb2;hp=46b55ad036e038db2159c1483d3ee8e1a285275c;hpb=6ff7cb53029747ad6ac60fde903630ea063b5218;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);