X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Ftpath.h;fp=include%2Ftpath.h;h=2ddfc101573a9006cf5c50fff6144e58ebf11344;hp=9bb286eca44b99d7b2d159e00c3bbd6da5ef6c3f;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/tpath.h b/include/tpath.h index 9bb286e..2ddfc10 100644 --- a/include/tpath.h +++ b/include/tpath.h @@ -25,4 +25,17 @@ * */ +#ifndef TPATH_H +#define TPATH_H + +#ifdef __cplusplus +extern "C" { +#endif + FILE *yaz_path_fopen(const char *path, const char *name, const char *mode); + +#ifdef __cplusplus +} +#endif + +#endif