Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / util / res-test.c
index 75db5a0..7ad63d8 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: res-test.c,v $
- * Revision 1.5  1995-09-04 12:34:05  adam
+ * Revision 1.7  1999-02-02 14:51:41  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.6  1996/10/29 13:48:16  adam
+ * Updated to use zebrautl.h instead of alexutil.h.
+ *
+ * Revision 1.5  1995/09/04 12:34:05  adam
  * Various cleanup. YAZ util used instead.
  *
  * Revision 1.4  1994/10/04  17:47:11  adam
@@ -22,7 +28,8 @@
  */
 
 #include <stdio.h>
-#include <alexutil.h>
+
+#include <zebrautl.h>
 
 static void res_print (const char *name, const char *value)
 {