diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ extern const char git_version_string[]; const char *git_user_agent(void); +const char *git_user_agent_sanitized(void); #endif /* VERSION_H */ |