summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/smbpasswd.c')
-rw-r--r--source3/utils/smbpasswd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c
index 771497f1de..b43b29d0ad 100644
--- a/source3/utils/smbpasswd.c
+++ b/source3/utils/smbpasswd.c
@@ -37,12 +37,6 @@ static const char *remote_machine = NULL;
static fstring ldap_secret;
-/* FUNCTION DECLARATIONS */
-
- BOOL remote_password_change(const char *rmachine, const char *username,
- const char *old_pw, const char *new_pw,
- char *err_str, size_t err_str_len);
-
/*********************************************************
Print command usage on stderr and die.