diff options
Diffstat (limited to 'src/splogger.c')
-rw-r--r-- | src/splogger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splogger.c b/src/splogger.c index 55fc94a..33fa568 100644 --- a/src/splogger.c +++ b/src/splogger.c @@ -16,7 +16,7 @@ int flagcont = 0; int priority; /* defined if flagcont */ char stamp[FMT_ULONG + FMT_ULONG + 3]; /* defined if flagcont */ -void stamp_make() +static void stamp_make() { struct timeval tv; char *s; @@ -28,7 +28,7 @@ void stamp_make() *s = 0; } -void flush() +static void flush() { if (bufpos) { buf[bufpos] = 0; |