diff th_string.c @ 243:589f5e37dd91

Staticize.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Apr 2011 18:54:26 +0300
parents a1ee6c76ca1c
children 517c7b22b3c9
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);