From: Adam Dickmeiss Date: Sun, 19 Feb 2006 18:37:20 +0000 (+0000) Subject: Make ztest_explain non-static X-Git-Tag: YAZ.2.1.14~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=78786494a1fd16e59db481444e042737cabd5cd1 Make ztest_explain non-static --- diff --git a/ztest/ztest.c b/ztest/ztest.c index 96e647f..ce3363e 100644 --- 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")) {