From 7ca6d16605ef793e317eca48c9ea95e531c248ab Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 2 Feb 2004 20:16:24 +0000 Subject: fix problems with proto.h (This used to be commit 5a32f9568f128374df98491b43e6f5b299cb656c) --- source3/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/web') diff --git a/source3/web/swat.c b/source3/web/swat.c index d1b028836d..80160e31f4 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -53,7 +53,7 @@ static int iNumNonAutoPrintServices = 0; /* FUNCTION DECLARATIONS */ -BOOL remote_password_change(const char *rmachine, const char *username, + 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