submodule update: continue when a clone fails
[gitweb.git] / dir.h
diff --git a/dir.h b/dir.h
index e34d555d537b82392e0372fd0149d9b62ef3ccd0..bfde698c488adcc75b7a294476c622afb6f92b36 100644 (file)
--- a/dir.h
+++ b/dir.h
@@ -272,7 +272,6 @@ extern int remove_path(const char *path);
 
 extern int fspathcmp(const char *a, const char *b);
 extern int fspathncmp(const char *a, const char *b, size_t count);
-extern int fnmatch_icase(const char *pattern, const char *string, int flags);
 
 /*
  * The prefix part of pattern must not contains wildcards.