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>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:17 +00:00
committed by Junio C Hamano
parent 641223137b
commit 3467663d47
4 changed files with 9 additions and 3 deletions

6
versioncmp.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef VERSIONCMP_H
#define VERSIONCMP_H
int versioncmp(const char *s1, const char *s2);
#endif /* VERSIONCMP_H */