summaryrefslogtreecommitdiff
path: root/subversion/include/svn_config.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2013-11-11 01:00:29 +0000
committerPeter Wemm <peter@FreeBSD.org>2013-11-11 01:00:29 +0000
commit6573976d8d3ffbe3d00487ebc8c11e3eb4033f17 (patch)
treec05673887167c7ecd55a62ed72830f5186f453c1 /subversion/include/svn_config.h
parent97551b2898eb459e9b616947d87d026d27b61518 (diff)
Diffstat (limited to 'subversion/include/svn_config.h')
-rw-r--r--subversion/include/svn_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/subversion/include/svn_config.h b/subversion/include/svn_config.h
index c5d697627858b..be8ec4cdb981b 100644
--- a/subversion/include/svn_config.h
+++ b/subversion/include/svn_config.h
@@ -732,6 +732,12 @@ typedef svn_error_t *
* under @a config_dir. If the callback sets its delete_cred return
* flag, delete the associated credential.
*
+ * If @a config_dir is not NULL, it must point to an alternative
+ * config directory location. If it is NULL, the default location
+ * is used.
+ *
+ * @note @a config_dir may only be NULL in 1.8.2 and later.
+ *
* @note Removing credentials from the config-based disk store will
* not purge them from any open svn_auth_baton_t instance. Consider
* using svn_auth_forget_credentials() -- from the @a cleanup_func,