Using YAZ_INIT for autoconf. Added template code for isamb.
[idzebra-moved-to-github.git] / dfa / grepper.c
index 1340247..baa9be7 100644 (file)
@@ -1,10 +1,16 @@
 /*
- * Copyright (C) 1994, Index Data I/S 
+ * Copyright (C) 1994-1999, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: grepper.c,v $
- * Revision 1.7  1996-10-29 13:57:24  adam
+ * Revision 1.9  2000-09-05 14:04:05  adam
+ * Updates for prefix 'yaz_' for YAZ log functions.
+ *
+ * Revision 1.8  1999/02/02 14:50:07  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.7  1996/10/29 13:57:24  adam
  * Include of zebrautl.h instead of alexutil.h.
  *
  * Revision 1.6  1996/01/08 09:09:20  adam
@@ -386,7 +392,7 @@ int main (int argc, char **argv)
         }
         else if (ret == 'v')
         {
-            log_init (log_mask_str(arg), prog, NULL);
+            yaz_log_init (yaz_log_mask_str(arg), prog, NULL);
         }
         else if (ret == 's')
         {