summaryrefslogtreecommitdiff
path: root/subvertpy/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'subvertpy/util.h')
-rw-r--r--subvertpy/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/subvertpy/util.h b/subvertpy/util.h
index 37d15674..baaa8825 100644
--- a/subvertpy/util.h
+++ b/subvertpy/util.h
@@ -137,6 +137,12 @@ typedef struct {
extern PyTypeObject Stream_Type;
+#if ONLY_BEFORE_SVN(1, 6)
+const char *
+svn_dirent_canonicalize(const char *dirent,
+ apr_pool_t *result_pool);
+#endif
+
#if ONLY_BEFORE_SVN(1, 7)
const char *
svn_uri_canonicalize(const char *uri,