diff options
author | Peter Wemm <peter@FreeBSD.org> | 2015-08-09 04:37:39 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2015-08-09 04:37:39 +0000 |
commit | 58218291fa73a17020ef0447398e9e8a78f9e8c7 (patch) | |
tree | 78a13bd0acf7405df6eb6ca94a4e354d124065a6 /subversion/include/svn_io.h | |
parent | 6f0665939667af9f780762878fc35982e8b7d745 (diff) |
Notes
Diffstat (limited to 'subversion/include/svn_io.h')
-rw-r--r-- | subversion/include/svn_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subversion/include/svn_io.h b/subversion/include/svn_io.h index 76274dd37bc1..0082917a8c69 100644 --- a/subversion/include/svn_io.h +++ b/subversion/include/svn_io.h @@ -1148,6 +1148,8 @@ svn_stream_read(svn_stream_t *stream, * of reads or a simple seek operation. If the stream implementation has * not provided a skip function, this will read from the stream and * discard the data. + * + * @since New in 1.7. */ svn_error_t * svn_stream_skip(svn_stream_t *stream, |