X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_cache.h;h=46b55ad036e038db2159c1483d3ee8e1a285275c;hb=f506a0514d99a9f8852008bd3bb01baa2bda47cb;hp=a33b0a0e527bd7a0aa659cf9519734e6f2e0de17;hpb=ed45a02021c7c5b380aa74acb49b01bdeb974d6e;p=pazpar2-moved-to-github.git diff --git a/src/normalize_cache.h b/src/normalize_cache.h index a33b0a0..46b55ad 100644 --- a/src/normalize_cache.h +++ b/src/normalize_cache.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2011 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_service *service, + struct conf_config *conf, const char *spec); void normalize_cache_destroy(normalize_cache_t nc);