X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Ftpath.h;h=2c9b7c14a59c9158aa1b844495ce49de6626039d;hb=4e664c278636002a3a0c7897d233a258ac1ec18d;hp=9bb286eca44b99d7b2d159e00c3bbd6da5ef6c3f;hpb=527e5237725b631a58124f9b0d7b5ce97c62a183;p=yaz-moved-to-github.git diff --git a/include/tpath.h b/include/tpath.h index 9bb286e..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,6 +23,28 @@ * 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. + * */ -FILE *yaz_path_fopen(const char *path, const char *name, const char *mode); +#ifndef TPATH_H +#define TPATH_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +YAZ_EXPORT FILE *yaz_path_fopen(const char *path, + const char *name, const char *mode); + +#ifdef __cplusplus +} +#endif + +#endif