X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.h;h=9f911974ba415fb60ba7d6cab8c4f7afc444f6d8;hb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;hp=09b0c482f9cc2942154ae997316ac2b2693bd709;hpb=111cd7b055fafeb0bf763b3d44ddccdf9515a144;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.h b/src/normalize_cache.h index 09b0c48..9f91197 100644 --- a/src/normalize_cache.h +++ b/src/normalize_cache.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 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 @@ -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);