7ef0d62730
Merge commit '1b593e1ea4d2af0f6444d9a7788d5d99abd6fde5' as 'third_party/git'
10 lines
230 B
C
10 lines
230 B
C
#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 */
|