X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.h;h=4ee932238a429d9de9fe9e84ce8e3d6bc0378de9;hb=bed60313a0ad69f2dc66ea48d7855bdafb293936;hp=4271e63724edf811937c8da7631de16f9ccd6a5f;hpb=848a659ecc0b24d1881c3f091393b99259130aa7;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.h b/src/normalize_cache.h index 4271e63..4ee9322 100644 --- a/src/normalize_cache.h +++ b/src/normalize_cache.h @@ -27,7 +27,7 @@ normalize_cache_t normalize_cache_create(void); normalize_record_t normalize_cache_get(normalize_cache_t nc, struct conf_service *service, - const char *spec, int embed); + const char *spec); void normalize_cache_destroy(normalize_cache_t nc); #endif