diff options
author | Gerald Carter <jerry@samba.org> | 2004-02-02 20:16:24 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-02-02 20:16:24 +0000 |
commit | 7ca6d16605ef793e317eca48c9ea95e531c248ab (patch) | |
tree | 2c4215c4f769015ea024b14efe91641b87314d10 | |
parent | a2d79f9988a87b86cd61e6a5ac263eb45b5668b7 (diff) | |
download | samba-7ca6d16605ef793e317eca48c9ea95e531c248ab.tar.gz samba-7ca6d16605ef793e317eca48c9ea95e531c248ab.tar.bz2 samba-7ca6d16605ef793e317eca48c9ea95e531c248ab.zip |
fix problems with proto.h
(This used to be commit 5a32f9568f128374df98491b43e6f5b299cb656c)
-rw-r--r-- | source3/utils/smbpasswd.c | 2 | ||||
-rw-r--r-- | source3/web/swat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index b4973b4dd5..771497f1de 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -39,7 +39,7 @@ static fstring ldap_secret; /* 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); 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); |