Author: rhuijben
Date: Mon Sep 14 09:57:03 2015
New Revision: 1702891
URL: http://svn.apache.org/r1702891
Log:
* subversion/include/private/svn_utf_private.h
(svn_utf__utf8proc_compiled_version,
svn_utf__utf8proc_runtime_version):
Extend documentation a bit.
Suggested by: stefan2
Modified:
subversion/trunk/subversion/include/private/svn_utf_private.h
Modified: subversion/trunk/subversion/include/private/svn_utf_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_utf_private.h?rev=1702891&r1=1702890&r2=1702891&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_utf_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_utf_private.h Mon Sep 14
09:57:03 2015
@@ -204,10 +204,11 @@ svn_utf__glob(svn_boolean_t *match,
svn_membuf_t *string_buf,
svn_membuf_t *temp_buf);
-/* Return the version of the wrapped utf8proc library. */
+/* Return the compiled version of the wrapped utf8proc library. */
const char *
svn_utf__utf8proc_compiled_version(void);
+/* Return the runtime version of the wrapped utf8proc library. */
const char *
svn_utf__utf8proc_runtime_version(void);