From c68e3d8d652109edd95999755b31fd123bbffc90 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 17 Oct 2007 14:02:06 +0200 Subject: r25685: rename getsmbpass -> rep_getpass and provide the function prototype metze (cherry picked from commit 96820f8d8f6522fc264efda0f069e2f6a420ac2e) (This used to be commit cd5069a8ca17a3a14814c0fbf55f113690291165) --- source4/lib/replace/system/passwd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/replace/system/passwd.h') diff --git a/source4/lib/replace/system/passwd.h b/source4/lib/replace/system/passwd.h index 4e858fc89c..53d35e7b87 100644 --- a/source4/lib/replace/system/passwd.h +++ b/source4/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 -- cgit