]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
versioncmp.h: move declarations for versioncmp.c functions from cache.h
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index dde275c9301770de526f045c3f65abab6bdc3fc5..6955745cccdac059115a783ddc6cf6734445c04e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -648,6 +648,4 @@ int stat_validity_check(struct stat_validity *sv, const char *path);
  */
 void stat_validity_update(struct stat_validity *sv, int fd);
 
-int versioncmp(const char *s1, const char *s2);
-
 #endif /* CACHE_H */