From 99ad71cddd617bac8e103d47f48ac9bb5d2bc8ef Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 12 Jan 2014 13:06:13 -0500 Subject: [PATCH] cmStrStream.h : Added code comments. --- cmStrStream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmStrStream.h b/cmStrStream.h index 3c6ed20..beb5867 100644 --- a/cmStrStream.h +++ b/cmStrStream.h @@ -18,8 +18,9 @@ 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 ); + cmSsRC_t cmOStrStreamDestroy( cmStrStreamH_t* hp ); bool cmOStrStreamIsValid( cmStrStreamH_t h );