aboutsummaryrefslogtreecommitdiff
path: root/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fs.h b/include/fs.h
index 7987e33..5e41011 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -5,6 +5,7 @@
#define SPM_FSTREE_FLT_CONTAINS 1 << 1
#define SPM_FSTREE_FLT_ENDSWITH 1 << 2
#define SPM_FSTREE_FLT_STARTSWITH 1 << 3
+#define SPM_FSTREE_FLT_RELATIVE 1 << 4
typedef struct {
char *root;