cmStrStream.h : Added code comments.

This commit is contained in:
kevin 2014-01-12 13:06:13 -05:00
parent 7e27581f78
commit 99ad71cddd

View File

@ -18,6 +18,7 @@ extern "C" {
extern cmStrStreamH_t cmStrStreamNullHandle;
// If 'dfltBlkByteCnt' 'is set to 0 then the dfltBlkByteCnt is internally set to 4096.
cmSsRC_t cmOStrStreamCreate( cmCtx_t* ctx, cmStrStreamH_t* hp, unsigned dfltBlkByteCnt );
cmSsRC_t cmOStrStreamDestroy( cmStrStreamH_t* hp );