X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_record.h;h=2ef4824d35ddd001e5d655367da66c84e612fac9;hb=419a9b497318d051f7b1dd6b1d123a7ee31a7ee0;hp=25f803f90d0abf151c85bd6b55ca08514f527d64;hpb=3e47667de1ebfaf4f42d2c0b71d4da2650ce7eb8;p=pazpar2-moved-to-github.git diff --git a/src/normalize_record.h b/src/normalize_record.h index 25f803f..2ef4824 100644 --- a/src/normalize_record.h +++ b/src/normalize_record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 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,11 +26,10 @@ struct conf_service; normalize_record_t normalize_record_create(struct conf_service *service, const char *spec); -const char *normalize_record_get_spec(normalize_record_t nt); void normalize_record_destroy(normalize_record_t nt); int normalize_record_transform(normalize_record_t nt, xmlDoc **doc, - const char **parms); + const char **parms); #endif