summaryrefslogtreecommitdiff
path: root/subversion/libsvn_ra_local/ra_local.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
commitcf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch)
treeda27775a2161723ef342e91af41a8b51fedef405 /subversion/libsvn_ra_local/ra_local.h
parentbb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff)
downloadsubversion-tarball-master.tar.gz
Diffstat (limited to 'subversion/libsvn_ra_local/ra_local.h')
-rw-r--r--subversion/libsvn_ra_local/ra_local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/subversion/libsvn_ra_local/ra_local.h b/subversion/libsvn_ra_local/ra_local.h
index df455da..344b68e 100644
--- a/subversion/libsvn_ra_local/ra_local.h
+++ b/subversion/libsvn_ra_local/ra_local.h
@@ -62,6 +62,11 @@ typedef struct svn_ra_local__session_baton_t
/* Callbacks/baton passed to svn_ra_open. */
const svn_ra_callbacks2_t *callbacks;
void *callback_baton;
+
+ /* Slave auth baton */
+ svn_auth_baton_t *auth_baton;
+
+ const char *useragent;
} svn_ra_local__session_baton_t;