1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-28 08:35:23 +02:00
git/versioncmp.h
Elijah Newren 3467663d47 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>
2023-04-24 12:47:32 -07:00

7 lines
118 B
C

#ifndef VERSIONCMP_H
#define VERSIONCMP_H
int versioncmp(const char *s1, const char *s2);
#endif /* VERSIONCMP_H */