X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize_record.h;h=5581269f98a20d141cc4cb8aff365b9e043a115c;hb=5f9ca65437e1cd3986adac0f54f98e4aa52393ce;hp=f77a0ddca86cd1aa0d049e0dca4f009cf3b591d1;hpb=848a659ecc0b24d1881c3f091393b99259130aa7;p=pazpar2-moved-to-github.git diff --git a/src/normalize_record.h b/src/normalize_record.h index f77a0dd..5581269 100644 --- a/src/normalize_record.h +++ b/src/normalize_record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2012 Index Data + Copyright (C) 2006-2013 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 @@ -24,7 +24,7 @@ typedef struct normalize_record_s *normalize_record_t; struct conf_service; normalize_record_t normalize_record_create(struct conf_service *service, - const char *spec, int embed); + const char *spec); void normalize_record_destroy(normalize_record_t nt);