Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (7 sloc)
230 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef VERSION_H | |
#define VERSION_H | |
extern const char git_version_string[]; | |
extern const char git_built_from_commit_string[]; | |
const char *git_user_agent(void); | |
const char *git_user_agent_sanitized(void); | |
#endif /* VERSION_H */ |