summaryrefslogtreecommitdiff
path: root/wildmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'wildmatch.h')
-rw-r--r--wildmatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wildmatch.h b/wildmatch.h
index 5993696298..0c890cb56b 100644
--- a/wildmatch.h
+++ b/wildmatch.h
@@ -6,8 +6,6 @@
#define WM_NOMATCH 1
#define WM_MATCH 0
-#define WM_ABORT_ALL -1
-#define WM_ABORT_TO_STARSTAR -2
int wildmatch(const char *pattern, const char *text, unsigned int flags);
#endif