summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2009-03-08 03:39:35 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2009-03-08 03:39:35 +0000
commitc2ac8336ee676ec6f2d3a24e6eeb339a5fda30ba (patch)
treee0206139b17183de6393f9826da9873a15a2bc00 /xdelta3/xdelta3.h
parent9be16d928d7386488efc34bd99293b3360105da0 (diff)
Testing for issue 79. TODO around xdelta3.c:3926 successful.
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 772ad07..c6226c1 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -1214,10 +1214,11 @@ void xd3_init_config (xd3_config *config,
1214 * For encoding, if the input is smaller than the configured window 1214 * For encoding, if the input is smaller than the configured window
1215 * size (xd3_config.winsize), the library will create a window-sized 1215 * size (xd3_config.winsize), the library will create a window-sized
1216 * buffer and accumulate input until a full-sized window can be 1216 * buffer and accumulate input until a full-sized window can be
1217 * encoded. The input must remain valid until the next time 1217 * encoded. XD3_INPUT will be returned. The input must remain valid
1218 * xd3_encode_input() returns XD3_INPUT. 1218 * until the next time xd3_encode_input() returns XD3_INPUT.
1219 * 1219 *
1220 * For decoding, the entire input will be consumed for each call. 1220 * For decoding, the input will be consumed entirely before XD3_INPUT
1221 * is returned again.
1221 */ 1222 */
1222static inline 1223static inline
1223void xd3_avail_input (xd3_stream *stream, 1224void xd3_avail_input (xd3_stream *stream,