summaryrefslogtreecommitdiffstats
path: root/source/lib/replace.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-10-17 17:41:13 +0000
committerJeremy Allison <jra@samba.org>1998-10-17 17:41:13 +0000
commit60dc1a4a00a22088d33369588b0d5eb292cf084a (patch)
tree5510227c3380fc1b2f073fb754ca6977680acb2d /source/lib/replace.c
parent69c7b8e2af225f3711d601a136ad3dbc9aaa476e (diff)
downloadsamba-60dc1a4a00a22088d33369588b0d5eb292cf084a.tar.gz
samba-60dc1a4a00a22088d33369588b0d5eb292cf084a.tar.xz
samba-60dc1a4a00a22088d33369588b0d5eb292cf084a.zip
Small tidyups for gcc in 'preen' mode....
Jeremy.
Diffstat (limited to 'source/lib/replace.c')
-rw-r--r--source/lib/replace.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/lib/replace.c b/source/lib/replace.c
index 948dfdf9c88..a354458a686 100644
--- a/source/lib/replace.c
+++ b/source/lib/replace.c
@@ -23,9 +23,8 @@
extern int DEBUGLEVEL;
-
- void replace_dummy(void)
-{}
+ void replace_dummy(void);
+ void replace_dummy(void) {}
#ifndef HAVE_FTRUNCATE