diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-07 14:58:07 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-07 14:58:07 +0000 |
commit | a3b7bdd7b997fd6d41b8b96676eb58471112d931 (patch) | |
tree | 78f25b13e323cf484d6c2827661e156326c34390 /source3/include/proto.h | |
parent | 0235299ea51eb553b157de0cffa117d01adf6a70 (diff) | |
download | samba-a3b7bdd7b997fd6d41b8b96676eb58471112d931.tar.gz samba-a3b7bdd7b997fd6d41b8b96676eb58471112d931.tar.bz2 samba-a3b7bdd7b997fd6d41b8b96676eb58471112d931.zip |
pipes.c:
some routines to create LSA RPC packets. none of them are used.
lsaparse.c:
smbparse.c:
smb.h:
more tidy-up.
(This used to be commit b37e21273e81b875876e8e8ddf6804714044ffd8)
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 202b151150..8f8ec5aa8a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -312,6 +312,7 @@ BOOL remove_share_oplock(int fnum, share_lock_token token); /*The following definitions come from lsaparse.c */ +char* lsa_io_r_open_pol(BOOL io, LSA_R_OPEN_POL *r_p, char *q, char *base, int align); char* lsa_io_q_query(BOOL io, LSA_Q_QUERY_INFO *q_q, char *q, char *base, int align); char* lsa_io_r_query(BOOL io, LSA_R_QUERY_INFO *r_q, char *q, char *base, int align); char* lsa_io_q_lookup_sids(BOOL io, LSA_Q_LOOKUP_SIDS *q_s, char *q, char *base, int align); |