]> git.ipfire.org Git - thirdparty/git.git/blame - versioncmp.h
Merge branch 'mg/editorconfig-makefile'
[thirdparty/git.git] / versioncmp.h
CommitLineData
3467663d
EN
1#ifndef VERSIONCMP_H
2#define VERSIONCMP_H
3
4int versioncmp(const char *s1, const char *s2);
5
6#endif /* VERSIONCMP_H */