Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config_set_store: rename some fields for consistency
[gitweb.git]
/
version.h
diff --git
a/version.h
b/version.h
index 8d6c413398ce5f3c1236fa5f0187f27ddfb6256a..7c62e80577154d79bec050424945eb500d262a0f 100644
(file)
--- a/
version.h
+++ b/
version.h
@@
-2,5
+2,9
@@
#define VERSION_H
extern const char git_version_string[];
+extern const char git_built_from_commit_string[];
+
+const char *git_user_agent(void);
+const char *git_user_agent_sanitized(void);
#endif /* VERSION_H */