Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 53cdd4e1b2017a7580d0c4b7f530f0678985c8dc authored by Junio C Hamano on 28 January 2013, 19:17:54 UTC
Git 1.8.1.2
Tip revision: 53cdd4e
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top