more compact implementation for GuStringBuf

This commit is contained in:
kr.angelov
2014-12-24 14:20:30 +00:00
parent 537bc249f9
commit 8fd24c3839
3 changed files with 46 additions and 71 deletions

View File

@@ -178,10 +178,7 @@ GuSeq*
gu_buf_freeze(GuBuf* buf, GuPool* pool);
#endif // GU_SEQ_H_
#if defined(GU_OUT_H_) && !defined(GU_SEQ_H_OUT_)
#define GU_SEQ_H_OUT_
GuOut*
gu_buf_out(GuBuf* buf, GuPool* pool);
#endif
#ifdef GU_STRING_H_
void
gu_buf_require(GuBuf* buf, size_t req_len);
#endif // GU_STRING_H_