X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ffile_glob.h;h=0cb87c272947711462f19e05fe929f032f23abc5;hp=6d2d21a6f3be9553aaf29ba87e5208ac04fcfd70;hb=633f1d5078e524d7f6cf6a1674821b5464f9fb76;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/include/yaz/file_glob.h b/include/yaz/file_glob.h index 6d2d21a..0cb87c2 100644 --- a/include/yaz/file_glob.h +++ b/include/yaz/file_glob.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) 1995-2013 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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 */