A new wildcard-matching routine to replace the fnmatch code.
[rsync/rsync.git] / lib / wildmatch.h
diff --git a/lib/wildmatch.h b/lib/wildmatch.h
new file mode 100644 (file)
index 0000000..c122530
--- /dev/null
@@ -0,0 +1,3 @@
+/* wildmatch.h */
+
+int wildmatch(const char *p, const char *text);