From 65c5a1c0ba2cc3dc8e45a499c42191016e658b20 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Sep 2001 02:59:23 +0000 Subject: convert more code to using d_printf (This used to be commit 60d297303488ed583537ca2853828fccd6da2ade) --- source3/lib/dprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/dprintf.c b/source3/lib/dprintf.c index 59e1859c43..157ce6b716 100644 --- a/source3/lib/dprintf.c +++ b/source3/lib/dprintf.c @@ -68,7 +68,7 @@ again: } -int d_fprintf(FILE *f, const char *format, ...) + int d_fprintf(FILE *f, const char *format, ...) { int ret; va_list ap; @@ -82,7 +82,7 @@ int d_fprintf(FILE *f, const char *format, ...) static FILE *outfile; -int d_printf(const char *format, ...) + int d_printf(const char *format, ...) { int ret; va_list ap; -- cgit