https://github.com/git/git
Revision 7c36a4577d2d62b711ceadb5e7d964349b8dfc4d authored by Adolfo on 27 November 2017, 00:47:21 UTC, committed by Adolfo on 27 November 2017, 00:47:21 UTC
1 parent 14c63a9
Raw File
Tip revision: 7c36a4577d2d62b711ceadb5e7d964349b8dfc4d authored by Adolfo on 27 November 2017, 00:47:21 UTC
Fix Spanish translation
Tip revision: 7c36a45
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