diff th_string.h @ 327:fae4651d37bc

Make th_growbuf() public.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jun 2011 15:08:51 +0300
parents eb74097b73f5
children
line wrap: on
line diff
--- a/th_string.h	Mon Jun 13 06:59:31 2011 +0300
+++ b/th_string.h	Mon Jun 13 15:08:51 2011 +0300
@@ -67,6 +67,7 @@
 int     th_get_hex_triplet(const char *);
 
 
+BOOL    th_growbuf(char **buf, size_t *bufsize, size_t *len, size_t grow);
 BOOL    th_vputch(char **buf, size_t *bufsize, size_t *len, const char ch);
 BOOL    th_vputs(char **buf, size_t *bufsize, size_t *len, const char *str);