mirror of
https://github.com/git/git
synced 2024-11-05 04:53:18 +00:00
3467663d47
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 lines
118 B
C
6 lines
118 B
C
#ifndef VERSIONCMP_H
|
|
#define VERSIONCMP_H
|
|
|
|
int versioncmp(const char *s1, const char *s2);
|
|
|
|
#endif /* VERSIONCMP_H */
|