X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_record.h;h=06c953c2a1403451ec8517f43b6cea63bf59cefa;hb=6ff7cb53029747ad6ac60fde903630ea063b5218;hp=2ef4824d35ddd001e5d655367da66c84e612fac9;hpb=ba5951a80fdd0da1d28c318852b69a1178cd6bfa;p=pazpar2-moved-to-github.git diff --git a/src/normalize_record.h b/src/normalize_record.h index 2ef4824..06c953c 100644 --- a/src/normalize_record.h +++ b/src/normalize_record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 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 @@ -21,9 +21,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define NORMALIZE_RECORD_H typedef struct normalize_record_s *normalize_record_t; -struct conf_service; +struct conf_config; -normalize_record_t normalize_record_create(struct conf_service *service, +normalize_record_t normalize_record_create(struct conf_config *conf, const char *spec); void normalize_record_destroy(normalize_record_t nt);