Parent Directory
|
Revision Log
|
Patch
revision 101 by siliconforks, Wed May 21 23:50:08 2008 UTC | revision 102 by siliconforks, Sat May 31 07:07:27 2008 UTC | |
---|---|---|
# | Line 19 | Line 19 |
19 | ||
20 | #define _GNU_SOURCE | #define _GNU_SOURCE |
21 | ||
22 | #include <config.h> | |
23 | ||
24 | #include "stream.h" | #include "stream.h" |
25 | ||
26 | #include <stdarg.h> | #include <stdarg.h> |
# | Line 103 | Line 105 |
105 | free(stream->data); | free(stream->data); |
106 | free(stream); | free(stream); |
107 | } | } |
108 | ||
109 | void Stream_reset(Stream * stream) { | |
110 | stream->length = 0; | |
111 | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |