From ccaf0e7fb11ea5faa752bd6dfddfa3d9fe62b92d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 4 Feb 2004 11:12:25 +0000 Subject: This should be the correct fix for the lack of a prototype for remote_password_change(). Sorry for the original bug. Andrew Bartlett (This used to be commit 955436a6f6d7c2f580b2c4e1edbb7ee2fe5df858) --- source3/web/swat.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/web') diff --git a/source3/web/swat.c b/source3/web/swat.c index 80160e31f4..a67a2f8db0 100644 --- a/source3/web/swat.c +++ b/source3/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); - /**************************************************************************** ****************************************************************************/ -- cgit