X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.h;h=09b0c482f9cc2942154ae997316ac2b2693bd709;hb=6190e1455b834dcbbd9d6577cc9773f9084c4487;hp=a076e329716dd8362e709cc7362e80584544f541;hpb=ba5951a80fdd0da1d28c318852b69a1178cd6bfa;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.h b/src/normalize_cache.h index a076e32..09b0c48 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_service *service, + struct conf_config *conf, const char *spec); void normalize_cache_destroy(normalize_cache_t nc);