projects
/
yaz-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:
c178705
)
Make ztest_explain non-static
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 19 Feb 2006 18:37:20 +0000
(18:37 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 19 Feb 2006 18:37:20 +0000
(18:37 +0000)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
96e647f
..
ce3363e
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2005, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: ztest.c,v 1.76 2006-01-17 19:04:05 adam Exp $
+ * $Id: ztest.c,v 1.77 2006-02-19 18:37:20 adam Exp $
*/
/*
@@
-659,7
+659,7
@@
int ztest_scan(void *handle, bend_scan_rr *q)
return 0;
}
-static int ztest_explain(void *handle, bend_explain_rr *rr)
+int ztest_explain(void *handle, bend_explain_rr *rr)
{
if (rr->database && !strcmp(rr->database, "Default"))
{