summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/seq.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2014-12-24 14:20:30 +0000
committerkr.angelov <kr.angelov@gmail.com>2014-12-24 14:20:30 +0000
commit8fd24c3839e7d171e0c4170ae17b26c7ff5aec1b (patch)
tree5a6d6c94bf4ca039bdac1b9ce0287ba0d00de0d0 /src/runtime/c/gu/seq.h
parent537bc249f966064ea0b68e6c1bf1d26e63f0524e (diff)
more compact implementation for GuStringBuf
Diffstat (limited to 'src/runtime/c/gu/seq.h')
-rw-r--r--src/runtime/c/gu/seq.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/runtime/c/gu/seq.h b/src/runtime/c/gu/seq.h
index a555f0bad..f7446728e 100644
--- a/src/runtime/c/gu/seq.h
+++ b/src/runtime/c/gu/seq.h
@@ -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_