diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-06 14:52:26 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-06 14:52:26 +0000 |
commit | 8429cec72ff15efdd5ab742ba71ede36db43ef14 (patch) | |
tree | 9ea2104fdd4b3542577f8cb044bb2f667a1f3d34 /source3/include/proto.h | |
parent | 0e151792c3289ce2253d1940d07f6caa12774118 (diff) | |
download | samba-8429cec72ff15efdd5ab742ba71ede36db43ef14.tar.gz samba-8429cec72ff15efdd5ab742ba71ede36db43ef14.tar.bz2 samba-8429cec72ff15efdd5ab742ba71ede36db43ef14.zip |
lsaparse.c smb.h: added 32 bit "return status" to the response structures.
(This used to be commit 5bc75c6c626251dc8ba04ff4a83e81b92d93d2d6)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a6250ca56c..9faecd3a00 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -325,6 +325,10 @@ char* lsa_io_r_auth_2(BOOL io, LSA_R_AUTH_2 *r_a, char *q, char *base, int align char* lsa_io_q_srv_pwset(BOOL io, LSA_Q_SRV_PWSET *q_s, char *q, char *base, int align); char* lsa_io_r_srv_pwset(BOOL io, LSA_R_SRV_PWSET *r_s, char *q, char *base, int align); char* lsa_io_user_info(BOOL io, LSA_USER_INFO *usr, char *q, char *base, int align); +char* lsa_io_q_sam_logon(BOOL io, LSA_Q_SAM_LOGON *q_l, char *q, char *base, int align); +char* lsa_io_r_sam_logon(BOOL io, LSA_R_SAM_LOGON *r_l, char *q, char *base, int align); +char* lsa_io_q_sam_logoff(BOOL io, LSA_Q_SAM_LOGOFF *q_l, char *q, char *base, int align); +char* lsa_io_r_sam_logoff(BOOL io, LSA_R_SAM_LOGOFF *r_l, char *q, char *base, int align); /*The following definitions come from mangle.c */ |