summaryrefslogtreecommitdiffstats
path: root/source/lib/getsmbpass.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-04-13 19:24:06 +0000
committerJeremy Allison <jra@samba.org>1998-04-13 19:24:06 +0000
commitcd2613c57261456485fe4eeecfda209ada70de8e (patch)
tree3cdaa41b5ce9c53b4c108ac11febcb59999d9cb5 /source/lib/getsmbpass.c
parent883be3907778ee160872b0a0a023fc34e636774f (diff)
downloadsamba-cd2613c57261456485fe4eeecfda209ada70de8e.tar.gz
samba-cd2613c57261456485fe4eeecfda209ada70de8e.tar.xz
samba-cd2613c57261456485fe4eeecfda209ada70de8e.zip
Changes to allow Samba to be compiled with -Wstrict-prototypes
with gcc. (Not a big change although it looks like it :-). Jeremy.
Diffstat (limited to 'source/lib/getsmbpass.c')
-rw-r--r--source/lib/getsmbpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/getsmbpass.c b/source/lib/getsmbpass.c
index 3996c452696..68754f08486 100644
--- a/source/lib/getsmbpass.c
+++ b/source/lib/getsmbpass.c
@@ -161,5 +161,5 @@ char *getsmbpass(char *prompt)
#else
- void getsmbpasswd_dummy() {;}
+ void getsmbpasswd_dummy(void) {;}
#endif