From d54eed0eba667d8a80d2704e4412a77c08f08ba9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 19 Jan 2007 21:16:11 +0000 Subject: [PATCH] Remove declaration of yaz_marc_write_xml --- src/pazpar2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 1.7.10.4