Author: hartmannathan
Date: Thu Sep 1 13:54:02 2022
New Revision: 1903811
URL: http://svn.apache.org/viewvc?rev=1903811&view=rev
Log:
* subversion/libsvn_wc/deprecated.c
(status4_wrapper_func): Add a docstring to save future archaeologists a
couple of 'grep's.
Modified:
subversion/trunk/subversion/libsvn_wc/deprecated.c
Modified: subversion/trunk/subversion/libsvn_wc/deprecated.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/deprecated.c?rev=1903811&r1=1903810&r2=1903811&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_wc/deprecated.c Thu Sep 1 13:54:02 2022
@@ -2935,7 +2935,7 @@ struct status4_wrapper_baton
svn_wc_context_t *wc_ctx;
};
-/* */
+/* Implements svn_wc_status_func4_t */
static svn_error_t *
status4_wrapper_func(void *baton,
const char *local_abspath,