mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
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:
committed by
Junio C Hamano
parent
641223137b
commit
3467663d47
6
versioncmp.h
Normal file
6
versioncmp.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef VERSIONCMP_H
|
||||
#define VERSIONCMP_H
|
||||
|
||||
int versioncmp(const char *s1, const char *s2);
|
||||
|
||||
#endif /* VERSIONCMP_H */
|
||||
Reference in New Issue
Block a user