mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40820 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
245 B
Diff
12 lines
245 B
Diff
--- a/include/glob.h
|
|
+++ b/include/glob.h
|
|
@@ -31,6 +31,8 @@ void globfree(glob_t *);
|
|
#define GLOB_NOESCAPE 0x40
|
|
#define GLOB_PERIOD 0x80
|
|
|
|
+#define GLOB_ONLYDIR 0x100
|
|
+
|
|
#define GLOB_NOSPACE 1
|
|
#define GLOB_ABORTED 2
|
|
#define GLOB_NOMATCH 3
|