diff options
Diffstat (limited to 'src/runtime/c/gu/seq.h')
| -rw-r--r-- | src/runtime/c/gu/seq.h | 11 |
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_ |
