Happy new year
[pazpar2-moved-to-github.git] / src / normalize_cache.h
index 4271e63..9f91197 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2012 Index Data
+   Copyright (C) Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -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