Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / src / normalize_cache.h
index 4271e63..4ee9322 100644 (file)
@@ -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