Added header.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Oct 1996 13:36:26 +0000 (13:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Oct 1996 13:36:26 +0000 (13:36 +0000)
util/tpath.c
util/yaz-ccl.c
util/yaz-util.c

index ec4e981..58774b0 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: tpath.c,v $
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: tpath.c,v $
- * Revision 1.1  1995-11-01 16:35:00  quinn
+ * Revision 1.2  1996-10-29 13:36:26  adam
+ * Added header.
+ *
+ * Revision 1.1  1995/11/01 16:35:00  quinn
  * Making data1 look for tables in data1_tabpath
  *
  *
  * Making data1 look for tables in data1_tabpath
  *
  *
@@ -12,8 +15,9 @@
 
 #include <stdio.h>
 #include <string.h>
 
 #include <stdio.h>
 #include <string.h>
+#include <tpath.h>
 
 
-FILE *yaz_path_fopen(char *path, char *name, char *mode)
+FILE *yaz_path_fopen(const char *path, const char *name, const char *mode)
 {
     char spath[512] = "";
 
 {
     char spath[512] = "";
 
index f00126d..93832c0 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 1996, Index Data.
+ * See the file LICENSE for details.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: yaz-ccl.c,v $
+ * Revision 1.8  1996-10-29 13:36:27  adam
+ * Added header.
+ *
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index e16750e..85b3ffd 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: yaz-util.c,v $
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: yaz-util.c,v $
- * Revision 1.2  1996-02-20 17:58:42  adam
+ * Revision 1.3  1996-10-29 13:36:28  adam
+ * Added header.
+ *
+ * Revision 1.2  1996/02/20 17:58:42  adam
  * Added const to yaz_matchstr.
  *
  * Revision 1.1  1996/02/20  16:33:06  quinn
  * Added const to yaz_matchstr.
  *
  * Revision 1.1  1996/02/20  16:33:06  quinn
@@ -17,7 +20,7 @@
  */
 
 #include <ctype.h>
  */
 
 #include <ctype.h>
-
+#include <yaz-util.h>
 /*
  * Match strings, independently of case and occurences of '-'.
  * fairly inefficient - will be replaced with an indexing scheme for
 /*
  * Match strings, independently of case and occurences of '-'.
  * fairly inefficient - will be replaced with an indexing scheme for