X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Ftpath.h;h=2c9b7c14a59c9158aa1b844495ce49de6626039d;hp=2ddfc101573a9006cf5c50fff6144e58ebf11344;hb=068a5a7412f492019b4d6f5e89158098d44368f7;hpb=6063e06ec904a68cff5b1497c73a9022389af3ed diff --git a/include/tpath.h b/include/tpath.h index 2ddfc10..2c9b7c1 100644 --- a/include/tpath.h +++ b/include/tpath.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995-1997, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,16 +23,25 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * + * $Log: tpath.h,v $ + * Revision 1.4 1997-10-31 12:20:08 adam + * Improved memory debugging for xmalloc/nmem.c. References to NMEM + * instead of ODR in n ESPEC-1 handling in source d1_espec.c. + * Bug fix: missing fclose in data1_read_espec1. + * */ #ifndef TPATH_H #define TPATH_H +#include + #ifdef __cplusplus extern "C" { #endif -FILE *yaz_path_fopen(const char *path, const char *name, const char *mode); +YAZ_EXPORT FILE *yaz_path_fopen(const char *path, + const char *name, const char *mode); #ifdef __cplusplus }