tidying
[exim.git] / src / src / string.c
index 81aacb94b1f6bd6f9767251a75df5a0994b0e393..63ea88eec0b75e5d553df6de9e35b9345b05a4fc 100644 (file)
@@ -1077,7 +1077,13 @@ return g->s;
 *             Add chars to string                *
 *************************************************/
 
-void
+/* Arguments:
+  g            the grawable-string
+  p            current end of data
+  count                amount to grow by
+*/
+
+static void
 gstring_grow(gstring * g, int p, int count)
 {
 int oldsize = g->size;