New functions yaz_file_glob2, yaz_xml_include_glob
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Jul 2013 12:09:24 +0000 (14:09 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 8 Jul 2013 12:09:24 +0000 (14:09 +0200)
commit5ef30a0bda9a010b88266f90a253a2c46e6d47db
treef78316d91f5cc2bb4706bf90ccd7e4ef5aee8ccb
parentb9e9e8e2196e0081d4814c50cdd02c18911bcf29
New functions yaz_file_glob2, yaz_xml_include_glob

These functions takes a flags parameter, which, for now only controls
whether to fail inclusion of a non-existing file (without glob
pattern) - flags YAZ_FILE_GLOB_FAIL_NOTEXIST.
include/yaz/file_glob.h
include/yaz/xml_include.h
src/file_glob.c
src/xml_include.c
test/test_xml_include.c