X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ffile_glob.h;h=0ba70d69a8ca06f2441bb05290ad9f1c3ea58d38;hp=6d2d21a6f3be9553aaf29ba87e5208ac04fcfd70;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5 diff --git a/include/yaz/file_glob.h b/include/yaz/file_glob.h index 6d2d21a..0ba70d6 100644 --- a/include/yaz/file_glob.h +++ b/include/yaz/file_glob.h @@ -25,7 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/** \file +/** \file \brief File globbing (ala POSIX glob, but simpler) */ @@ -52,7 +52,7 @@ int yaz_file_glob(const char *pattern, yaz_glob_res_t *res); /** \brief release glob result \param res pointer to glob result - + A value of *res == NULL is allowed. If *res != NULL, then *res is set to NULL */