summaryrefslogtreecommitdiff
path: root/spectro/aglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'spectro/aglob.h')
-rwxr-xr-x[-rw-r--r--]spectro/aglob.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spectro/aglob.h b/spectro/aglob.h
index 6c46746..dbb5025 100644..100755
--- 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);