staticize some functions

This commit is contained in:
Hiltjo Posthuma
2015-03-07 13:33:39 +01:00
parent 4092196fdc
commit 0c17cd0fb3
5 changed files with 7 additions and 7 deletions

2
nl.c
View File

@@ -20,7 +20,7 @@ static size_t startnum = 1;
static size_t incr = 1;
static regex_t preg;
void
static void
nl(const char *name, FILE *fp)
{
char *buf = NULL;