Deleted Added
full compact
svn_io_private.h (251886) svn_io_private.h (253734)
1/**
2 * @copyright
3 * ====================================================================
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 76 unchanged lines hidden (view full) ---

85 * true buffering state until after the lazy open: a stream that
86 * initially reports as non-buffered may report as buffered later.
87 *
88 * @since New in 1.7.
89 */
90svn_boolean_t
91svn_stream__is_buffered(svn_stream_t *stream);
92
1/**
2 * @copyright
3 * ====================================================================
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 76 unchanged lines hidden (view full) ---

85 * true buffering state until after the lazy open: a stream that
86 * initially reports as non-buffered may report as buffered later.
87 *
88 * @since New in 1.7.
89 */
90svn_boolean_t
91svn_stream__is_buffered(svn_stream_t *stream);
92
93/** Return the underlying file, if any, associated with the stream, or
94 * NULL if not available. Accessing the file bypasses the stream.
95 */
96apr_file_t *
97svn_stream__aprfile(svn_stream_t *stream);
93
94#ifdef __cplusplus
95}
96#endif /* __cplusplus */
97
98
99#endif /* SVN_IO_PRIVATE_H */
98
99#ifdef __cplusplus
100}
101#endif /* __cplusplus */
102
103
104#endif /* SVN_IO_PRIVATE_H */