Work around bug #461: Link failure - missing Tcl symbols
[idzebra-moved-to-github.git] / test / api / t8.c
index 0aedd4e..2cc3c3d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t8.c,v 1.6 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t8.c,v 1.8 2005-09-13 11:51:07 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -60,7 +60,7 @@ const char *recs[] = {
 int main(int argc, char **argv)
 {
     ZebraService zs = start_up("zebra8.cfg", argc, argv);
-    ZebraHandle zh = zebra_open (zs);
+    ZebraHandle zh = zebra_open (zs, 0);
 
     init_data(zh, recs);