Staging
v0.8.1
Revision b0ec16b49eb283156e13bbef26466d948e4fd992 authored by Junio C Hamano on 01 October 2012, 20:09:47 UTC, committed by Junio C Hamano on 01 October 2012, 20:09:47 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent abc05cb
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