]> git.ipfire.org Git - thirdparty/git.git/blob - versioncmp.h
unit-tests: do show relative file paths on non-Windows, too
[thirdparty/git.git] / versioncmp.h
1 #ifndef VERSIONCMP_H
2 #define VERSIONCMP_H
3
4 int versioncmp(const char *s1, const char *s2);
5
6 #endif /* VERSIONCMP_H */