1 #ifndef VERSION_H
2 #define VERSION_H
3 
4 extern const char git_version_string[];
5 extern const char git_built_from_commit_string[];
6 
7 const char *git_user_agent(void);
8 const char *git_user_agent_sanitized(void);
9 
10 #endif /* VERSION_H */
11