diff options
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 76274dd..0082917 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, |