From 3467663d47a56f9debd86cae75963eee023b3b89 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:17 +0000 Subject: versioncmp.h: move declarations for versioncmp.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- versioncmp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 versioncmp.h (limited to 'versioncmp.h') 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 */ -- cgit v1.2.3