summaryrefslogtreecommitdiff
path: root/subversion/svn/cl-log.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2018-05-08 03:44:38 +0000
committerPeter Wemm <peter@FreeBSD.org>2018-05-08 03:44:38 +0000
commit3faf8d6bffc5d0fb2525ba37bb504c53366caf9d (patch)
tree7e47911263e75034b767fe34b2f8d3d17e91f66d /subversion/svn/cl-log.h
parenta55fb3c0d5eca7d887798125d5b95942b1f01d4b (diff)
Diffstat (limited to 'subversion/svn/cl-log.h')
-rw-r--r--subversion/svn/cl-log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/subversion/svn/cl-log.h b/subversion/svn/cl-log.h
index 5b4c7aa7a68b5..e2d5646351a60 100644
--- a/subversion/svn/cl-log.h
+++ b/subversion/svn/cl-log.h
@@ -31,6 +31,8 @@
#include "svn_types.h"
+#include "private/svn_string_private.h"
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
@@ -70,6 +72,9 @@ typedef struct svn_cl__log_receiver_baton
* the log message, or a changed path matches one of these patterns. */
apr_array_header_t *search_patterns;
+ /* Buffer for Unicode normalization and case folding. */
+ svn_membuf_t buffer;
+
/* Pool for persistent allocations. */
apr_pool_t *pool;
} svn_cl__log_receiver_baton;