changeset 243:589f5e37dd91

Staticize.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Apr 2011 18:54:26 +0300
parents cb86d7543be2
children 517c7b22b3c9
files th_string.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Wed Apr 20 18:48:42 2011 +0300
+++ b/th_string.c	Wed Apr 20 18:54:26 2011 +0300
@@ -439,7 +439,7 @@
 }
 
 
-BOOL th_growbuf(char **buf, size_t *bufsize, size_t *len, size_t grow)
+static BOOL th_growbuf(char **buf, size_t *bufsize, size_t *len, size_t grow)
 {
     assert(buf != NULL);
     assert(bufsize != NULL);