From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- spectro/aglob.h | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 spectro/aglob.h (limited to 'spectro/aglob.h') diff --git a/spectro/aglob.h b/spectro/aglob.h old mode 100644 new mode 100755 index 6c46746..dbb5025 --- a/spectro/aglob.h +++ b/spectro/aglob.h @@ -45,6 +45,10 @@ typedef struct { /* Create the aglob for files matching the given path and pattern. */ +/* Characters '*' and '?' are treated as wildcards. */ +/* Note that on Unix, '?' matches exactly one character, while on */ +/* MSWin it matches 0 or 1 characters. */ +/* Any file extension will be treated as case insensitive on all OS's. */ /* Return nz on malloc error */ int aglob_create(aglob *g, char *spath); -- cgit v1.2.3