diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-27 17:04:15 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-27 17:04:15 +0000 |
commit | 13291ce01db2469db7c3f80f7e59ce3702170e7c (patch) | |
tree | c7872b408417186644b37a6169d5ff11b1c39fb6 /source3/include/proto.h | |
parent | f868196c1db2e4559960a1ded81afad7dd873beb (diff) | |
download | samba-13291ce01db2469db7c3f80f7e59ce3702170e7c.tar.gz samba-13291ce01db2469db7c3f80f7e59ce3702170e7c.tar.bz2 samba-13291ce01db2469db7c3f80f7e59ce3702170e7c.zip |
added LSA Query Info Policy.
fixed a problem with byte ordering (doing an SIVAL of the setup parameters
which was _also_ being done in the creation of the SMB header. oops).
(This used to be commit 541fb82895008cc30477019cdcafed9fdbbeac43)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6bb91e8c1f..e0d5d31f40 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -378,6 +378,7 @@ void make_q_open_pol(LSA_Q_OPEN_POL *r_q, char *server_name, uint16 desired_access); char* lsa_io_q_open_pol(BOOL io, LSA_Q_OPEN_POL *r_q, char *q, char *base, int align, int depth); char* lsa_io_r_open_pol(BOOL io, LSA_R_OPEN_POL *r_p, char *q, char *base, int align, int depth); +void make_q_query(LSA_Q_QUERY_INFO *q_q, LSA_POL_HND *hnd, uint16 info_class); char* lsa_io_q_query(BOOL io, LSA_Q_QUERY_INFO *q_q, char *q, char *base, int align, int depth); char* lsa_io_r_query(BOOL io, LSA_R_QUERY_INFO *r_q, char *q, char *base, int align, int depth); char* lsa_io_q_lookup_sids(BOOL io, LSA_Q_LOOKUP_SIDS *q_s, char *q, char *base, int align, int depth); |