projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa50cde
)
Remove declaration of yaz_marc_write_xml
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 19 Jan 2007 21:16:11 +0000
(21:16 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 19 Jan 2007 21:16:11 +0000
(21:16 +0000)
src/pazpar2.c
patch
|
blob
|
history
diff --git
a/src/pazpar2.c
b/src/pazpar2.c
index
3a696c6
..
4b99bb2
100644
(file)
--- 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 <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;