From c8bae7493d2f2910b57f13ded012e86bdcfb0532 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:47:53 +0200 Subject: Adding upstream version 1:2.39.2. Signed-off-by: Daniel Baumann --- version.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 version.h (limited to 'version.h') diff --git a/version.h b/version.h new file mode 100644 index 0000000..7c62e80 --- /dev/null +++ b/version.h @@ -0,0 +1,10 @@ +#ifndef VERSION_H +#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 */ -- cgit v1.2.3