From 78786494a1fd16e59db481444e042737cabd5cd1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 19 Feb 2006 18:37:20 +0000 Subject: [PATCH 1/1] Make ztest_explain non-static --- ztest/ztest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")) { -- 1.7.10.4