diff options
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r-- | xdelta3/xdelta3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h index 440ac17..8adc7ff 100644 --- a/xdelta3/xdelta3.h +++ b/xdelta3/xdelta3.h | |||
@@ -1065,8 +1065,8 @@ int xd3_config_stream (xd3_stream *stream, | |||
1065 | * resources it supplied. */ | 1065 | * resources it supplied. */ |
1066 | int xd3_close_stream (xd3_stream *stream); | 1066 | int xd3_close_stream (xd3_stream *stream); |
1067 | 1067 | ||
1068 | /* This unconditionally closes/frees the stream, future close() will | 1068 | /* This arranges for closes the stream to succeed. Does not free the |
1069 | succeed. */ | 1069 | * stream.*/ |
1070 | void xd3_abort_stream (xd3_stream *stream); | 1070 | void xd3_abort_stream (xd3_stream *stream); |
1071 | 1071 | ||
1072 | /* xd3_free_stream frees all memory allocated for the stream. The | 1072 | /* xd3_free_stream frees all memory allocated for the stream. The |