summaryrefslogtreecommitdiff
path: root/source3/lib/dprintf.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-08 02:59:23 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-08 02:59:23 +0000
commit65c5a1c0ba2cc3dc8e45a499c42191016e658b20 (patch)
tree1bd17f1ae9a43d176983b3e1738ff296ec692822 /source3/lib/dprintf.c
parented8883c5ddb9c3709bf2f842ae7522f2e09110ff (diff)
downloadsamba-65c5a1c0ba2cc3dc8e45a499c42191016e658b20.tar.gz
samba-65c5a1c0ba2cc3dc8e45a499c42191016e658b20.tar.bz2
samba-65c5a1c0ba2cc3dc8e45a499c42191016e658b20.zip
convert more code to using d_printf
(This used to be commit 60d297303488ed583537ca2853828fccd6da2ade)
Diffstat (limited to 'source3/lib/dprintf.c')
-rw-r--r--source3/lib/dprintf.c4
1 files changed, 2 insertions, 2 deletions
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;