Parent Directory
|
Revision Log
|
Patch
revision 398 by siliconforks, Sat May 31 07:07:27 2008 UTC | revision 399 by siliconforks, Tue Dec 9 03:37:47 2008 UTC | |
---|---|---|
# | Line 24 | Line 24 |
24 | #include <stdint.h> | #include <stdint.h> |
25 | #include <stdlib.h> | #include <stdlib.h> |
26 | ||
27 | #ifdef __cplusplus | |
28 | extern "C" { | |
29 | #endif | |
30 | ||
31 | typedef struct Stream { | typedef struct Stream { |
32 | uint8_t * data; | uint8_t * data; |
33 | size_t length; | size_t length; |
# | Line 46 | Line 50 |
50 | ||
51 | void Stream_delete(Stream * stream); | void Stream_delete(Stream * stream); |
52 | ||
53 | #ifdef __cplusplus | |
54 | } | |
55 | #endif | |
56 | ||
57 | #endif /* STREAM_H_ */ | #endif /* STREAM_H_ */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |