X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Ftpath.c;h=380ed25285b36b79c4c8750ef10861fd2f5b2d5d;hb=d90d31f39aba4c7256d5b83eaf4192630b18ae02;hp=ec4e981d70741145951f76bb7a838312da594e39;hpb=3ffa5dbc563e15bccb012f3d3d00a993f87ace82;p=yaz-moved-to-github.git diff --git a/util/tpath.c b/util/tpath.c index ec4e981..380ed25 100644 --- a/util/tpath.c +++ b/util/tpath.c @@ -1,19 +1,32 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995-2000, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: tpath.c,v $ - * Revision 1.1 1995-11-01 16:35:00 quinn + * Revision 1.4 2000-02-29 13:44:55 adam + * Check for config.h (currently not generated). + * + * Revision 1.3 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * 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 * * */ +#if HAVE_CONFIG_H +#include +#endif #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] = "";