Removed zebra_search_rpn. Updated a few tests
[idzebra-moved-to-github.git] / index / zserver.c
index c73c02c..eb89b09 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zserver.c,v 1.105 2003-05-20 12:52:50 adam Exp $
+/* $Id: zserver.c,v 1.106 2003-05-20 13:52:41 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -262,7 +262,7 @@ int bend_search (void *handle, bend_search_rr *r)
     switch (r->query->which)
     {
     case Z_Query_type_1: case Z_Query_type_101:
-       zebra_search_rpn (zh, r->decode, r->stream, r->query->u.type_1,
+       zebra_search_RPN (zh, r->query->u.type_1,
                          r->setname, &r->hits);
         zebra_result (zh, &r->errcode, &r->errstring);
         if (!r->errcode)