summaryrefslogtreecommitdiffstats
path: root/versioncmp.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 22:17:17 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-24 21:47:32 +0200
commit3467663d47a56f9debd86cae75963eee023b3b89 (patch)
treee62c7a891f7c627e8270785e40091815e55b58d4 /versioncmp.h
parentws.h: move declarations for ws.c functions from cache.h (diff)
downloadgit-3467663d47a56f9debd86cae75963eee023b3b89.tar.xz
git-3467663d47a56f9debd86cae75963eee023b3b89.zip
versioncmp.h: move declarations for versioncmp.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--versioncmp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/versioncmp.h b/versioncmp.h
new file mode 100644
index 0000000000..879b510e82
--- /dev/null
+++ b/versioncmp.h
@@ -0,0 +1,6 @@
+#ifndef VERSIONCMP_H
+#define VERSIONCMP_H
+
+int versioncmp(const char *s1, const char *s2);
+
+#endif /* VERSIONCMP_H */