Remove declaration of yaz_marc_write_xml
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 19 Jan 2007 21:16:11 +0000 (21:16 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 19 Jan 2007 21:16:11 +0000 (21:16 +0000)
src/pazpar2.c

index 3a696c6..4b99bb2 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>
@@ -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;