Staging
v0.5.1
Revision 3d3caf0b78106c390fc5daceb95ee968312765dd authored by Junio C Hamano on 04 September 2015, 17:43:23 UTC, committed by Junio C Hamano on 04 September 2015, 17:43:23 UTC
2 parent s fb8880d + 74b6763
Raw File
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