summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-05-07 19:04:14 +0000
committerJeremy Allison <jra@samba.org>1998-05-07 19:04:14 +0000
commit1fd8d12ca414066acec71b33eb8a13e16c2acd3a (patch)
treea178c1124afa017e51240063f6b9ef0cc06bc68a /source/include
parent57b01ad4ffb14ebd600d4e66602b54ed987f6106 (diff)
downloadsamba-1fd8d12ca414066acec71b33eb8a13e16c2acd3a.tar.gz
samba-1fd8d12ca414066acec71b33eb8a13e16c2acd3a.tar.xz
samba-1fd8d12ca414066acec71b33eb8a13e16c2acd3a.zip
This should (hopefully :-) be the final fix for the %U %G substitution
problem.... smbpass.c: Removed Luke's dire warning - as some of the functions in here *need* to be called externally :-). Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index c6311b3068d..3cc48bb78f3 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1753,7 +1753,7 @@ int reply_lanman2(char *outbuf);
int reply_nt1(char *outbuf);
void close_cnum(int cnum, uint16 vuid);
void exit_server(char *reason);
-void standard_sub(int cnum,char *str,uint16 vuid);
+void standard_sub(int cnum,char *str);
char *smb_fn_name(int type);
int chain_reply(char *inbuf,char *outbuf,int size,int bufsize);
int construct_reply(char *inbuf,char *outbuf,int size,int bufsize);