X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ftpath.h;h=69dcbc4af37be8cb772bc2cce9918d7c1892a13f;hp=da145dca982a121ab638afade15202794d757201;hb=17144b85fb59bb8e0bdf1f8f634c339d88baf069;hpb=9dba177f0fcfff591da208b07428ae3d45666084 diff --git a/include/yaz/tpath.h b/include/yaz/tpath.h index da145dc..69dcbc4 100644 --- a/include/yaz/tpath.h +++ b/include/yaz/tpath.h @@ -43,7 +43,7 @@ YAZ_BEGIN_CDECL \retval 1 path is absolute \retval 0 path is relative */ -YAZ_EXPORT int yaz_is_abspath (const char *path); +YAZ_EXPORT int yaz_is_abspath(const char *path); /** \brief get next path component in filepath \param path_p pointer to path (updated to "next" entry if any) @@ -63,7 +63,7 @@ YAZ_EXPORT size_t yaz_filepath_comp(const char **path_p, const char **comp); \param fname "short" filename (without path) \param path the path (dir1:dir2,..) - ala Unix \param base can be added to relative paths (NULL for no append) - \param fullpath the full path to filename (if succesful) + \param fullpath the full path to filename (if successful) Returns 0/NULL if no fname could be found in path; pointer to fullpath if fname could be found.