Cleaning zebraapi (return conventions etc)
[idzebra-moved-to-github.git] / test / api / t2.c
index fb585af..d61ab16 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t2.c,v 1.6 2003-05-20 13:52:41 adam Exp $
+/* $Id: t2.c,v 1.7 2003-06-20 14:21:24 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -42,9 +42,9 @@ int main(int argc, char **argv)
     zh = zebra_open (zs);
     zebra_select_database(zh, "Default");
     zebra_begin_trans (zh, 1);
-    zebra_record_insert (zh, myrec, strlen(myrec));
+    zebra_record_insert (zh, myrec, strlen(myrec),0);
 
-    hits = zebra_search_PQF (zh, "@attr 1=4 my", "set1");
+    zebra_search_PQF (zh, "@attr 1=4 my", "set1", &hits);
     if (hits < 1)
     {
         yaz_log(LOG_FATAL, "At least one hit expected");