From: Adam Dickmeiss Date: Tue, 29 Oct 1996 13:36:26 +0000 (+0000) Subject: Added header. X-Git-Tag: YAZ.1.8~683 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=684d09483b9c10997bc71503d36bc98451e34e93 Added header. --- diff --git a/util/tpath.c b/util/tpath.c index ec4e981..58774b0 100644 --- a/util/tpath.c +++ b/util/tpath.c @@ -4,7 +4,10 @@ * 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 * * @@ -12,8 +15,9 @@ #include #include +#include -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] = ""; diff --git a/util/yaz-ccl.c b/util/yaz-ccl.c index f00126d..93832c0 100644 --- a/util/yaz-ccl.c +++ b/util/yaz-ccl.c @@ -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 #include #include diff --git a/util/yaz-util.c b/util/yaz-util.c index e16750e..85b3ffd 100644 --- a/util/yaz-util.c +++ b/util/yaz-util.c @@ -4,7 +4,10 @@ * 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 @@ -17,7 +20,7 @@ */ #include - +#include /* * Match strings, independently of case and occurences of '-'. * fairly inefficient - will be replaced with an indexing scheme for