From: Adam Dickmeiss Date: Fri, 19 Jan 2007 21:16:11 +0000 (+0000) Subject: Remove declaration of yaz_marc_write_xml X-Git-Tag: stable.27032007~49 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=d54eed0eba667d8a80d2704e4412a77c08f08ba9;p=pazpar2-moved-to-github.git Remove declaration of yaz_marc_write_xml --- diff --git a/src/pazpar2.c b/src/pazpar2.c index 3a696c6..4b99bb2 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,4 +1,4 @@ -/* $Id: pazpar2.c,v 1.44 2007-01-18 18:11:19 quinn Exp $ */ +/* $Id: pazpar2.c,v 1.45 2007-01-19 21:16:11 adam Exp $ */ #include #include @@ -385,8 +385,6 @@ static void add_facet(struct session *s, const char *type, const char *value) termlist_insert(s->termlists[i].termlist, value); } -int yaz_marc_write_xml(); - static xmlDoc *normalize_record(struct client *cl, Z_External *rec) { struct conf_retrievalprofile *rprofile = cl->database->rprofile;