diff options
Diffstat (limited to 'log.c')
| -rw-r--r-- | log.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -90,7 +90,7 @@ static char *month_names[] = { | |||
| 90 | "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" | 90 | "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" |
| 91 | }; | 91 | }; |
| 92 | 92 | ||
| 93 | PHP_SUHOSIN7_API void suhosin_log(int loglevel, char *fmt, ...) | 93 | SUHOSIN7_API void suhosin_log(int loglevel, char *fmt, ...) |
| 94 | { | 94 | { |
| 95 | int s, r, i=0, fd; | 95 | int s, r, i=0, fd; |
| 96 | long written, towrite; | 96 | long written, towrite; |
