summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-06-15 20:08:12 +0000
committerJeremy Allison <jra@samba.org>2001-06-15 20:08:12 +0000
commit438e89b187fe985cddb0c6f59a1f3cd0c185d331 (patch)
tree8ac5c5091f5c2a8c1724ce3bbe1ec1ecaa49b38e /source3/include/proto.h
parentcf30d3bc91d7e62aef862cec7b7bebfcf04c8213 (diff)
downloadsamba-438e89b187fe985cddb0c6f59a1f3cd0c185d331.tar.gz
samba-438e89b187fe985cddb0c6f59a1f3cd0c185d331.tar.bz2
samba-438e89b187fe985cddb0c6f59a1f3cd0c185d331.zip
Jim McDonough's parse patches for Win9x get SD calls.
Jeremy. (This used to be commit bc366f31537408380860906cc041de232b27b714)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 469dacdd82..95cdfeda7f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3711,6 +3711,8 @@ BOOL srv_io_q_net_disk_enum(char *desc, SRV_Q_NET_DISK_ENUM *q_n, prs_struct *ps
BOOL srv_io_r_net_disk_enum(char *desc, SRV_R_NET_DISK_ENUM *r_n, prs_struct *ps, int depth);
BOOL srv_io_q_net_name_validate(char *desc, SRV_Q_NET_NAME_VALIDATE *q_n, prs_struct *ps, int depth);
BOOL srv_io_r_net_name_validate(char *desc, SRV_R_NET_NAME_VALIDATE *r_n, prs_struct *ps, int depth);
+BOOL srv_io_q_net_file_query_secdesc(char *desc, SRV_Q_NET_FILE_QUERY_SECDESC *q_n, prs_struct *ps, int depth);
+BOOL srv_io_r_net_file_query_secdesc(char *desc, SRV_R_NET_FILE_QUERY_SECDESC *r_n, prs_struct *ps, int depth);
/* The following definitions come from rpc_parse/parse_wks.c */