string_list: add a new function, filter_string_list()
[gitweb.git] / version.h
index 8d6c413398ce5f3c1236fa5f0187f27ddfb6256a..6911a4f1558de0c0d0b880a5b859925869a3e86e 100644 (file)
--- a/version.h
+++ b/version.h
@@ -3,4 +3,7 @@
 
 extern const char git_version_string[];
 
+const char *git_user_agent(void);
+const char *git_user_agent_sanitized(void);
+
 #endif /* VERSION_H */