summaryrefslogtreecommitdiff
path: root/source3/lib/replace/system/passwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/replace/system/passwd.h')
-rw-r--r--source3/lib/replace/system/passwd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/replace/system/passwd.h b/source3/lib/replace/system/passwd.h
index 4e858fc89c..53d35e7b87 100644
--- a/source3/lib/replace/system/passwd.h
+++ b/source3/lib/replace/system/passwd.h
@@ -65,7 +65,8 @@
#endif
#ifdef REPLACE_GETPASS
-#define getpass(prompt) getsmbpass((prompt))
+#define getpass(prompt) rep_getpass(prompt)
+char *rep_getpass(const char *prompt);
#endif
#ifndef NGROUPS_MAX