summaryrefslogtreecommitdiffstats
path: root/source/web
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-02-04 11:12:25 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-02-04 11:12:25 +0000
commit955436a6f6d7c2f580b2c4e1edbb7ee2fe5df858 (patch)
treeb6938e34d5bd04d4a44cdfa435211e02ff56e4a2 /source/web
parent6a7919f2544a689840fe46f3c58ed66f69aca65a (diff)
downloadsamba-955436a6f6d7c2f580b2c4e1edbb7ee2fe5df858.tar.gz
samba-955436a6f6d7c2f580b2c4e1edbb7ee2fe5df858.tar.xz
samba-955436a6f6d7c2f580b2c4e1edbb7ee2fe5df858.zip
This should be the correct fix for the lack of a prototype for
remote_password_change(). Sorry for the original bug. Andrew Bartlett
Diffstat (limited to 'source/web')
-rw-r--r--source/web/swat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 80160e31f4e..a67a2f8db00 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -51,12 +51,6 @@ static int iNumNonAutoPrintServices = 0;
#define ENABLE_USER_FLAG "enable_user_flag"
#define RHOST "remote_host"
-/* 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);
-
/****************************************************************************
****************************************************************************/