summaryrefslogtreecommitdiff
path: root/rushs/evalexpr/simple_fnmatch/simple_fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/evalexpr/simple_fnmatch/simple_fnmatch.h')
-rw-r--r--rushs/evalexpr/simple_fnmatch/simple_fnmatch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rushs/evalexpr/simple_fnmatch/simple_fnmatch.h b/rushs/evalexpr/simple_fnmatch/simple_fnmatch.h
deleted file mode 100644
index e1ae166..0000000
--- a/rushs/evalexpr/simple_fnmatch/simple_fnmatch.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef SIMPLE_FNMATCH_H
-#define SIMPLE_FNMATCH_H
-
-#define FNM_NOMATCH 1
-
-int simple_fnmatch(const char *pattern, const char *string);
-
-#endif /* !SIMPLE_FNMATCH_H */