diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-08 20:01:51 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-08 20:01:51 +0000 |
commit | 607d5d508d091d6c9b9cd6549b2a89f7359d780c (patch) | |
tree | 9c7e3d651fc7de7011829107854cb4dfa2377888 /source3/include | |
parent | 8e9d11f0144a5e216197ed419ffd4883736edd3c (diff) | |
download | samba-607d5d508d091d6c9b9cd6549b2a89f7359d780c.tar.gz samba-607d5d508d091d6c9b9cd6549b2a89f7359d780c.tar.bz2 samba-607d5d508d091d6c9b9cd6549b2a89f7359d780c.zip |
Added per-share security tdb. Tidied up many slprintfs (need -1 on length).
Jeremy.
(This used to be commit d786191bc116c17a3f53a1c272d969942b7e5d25)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index dc2e17f341..4d42664f25 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3764,6 +3764,8 @@ BOOL api_srvsvc_rpc(pipes_struct *p); /*The following definitions come from rpc_server/srv_srvsvc_nt.c */ +BOOL share_info_db_init(void); +SEC_DESC *get_share_security( TALLOC_CTX *ctx, int snum, size_t *psize); uint32 _srv_net_srv_get_info(pipes_struct *p, SRV_Q_NET_SRV_GET_INFO *q_u, SRV_R_NET_SRV_GET_INFO *r_u); uint32 _srv_net_file_enum(pipes_struct *p, SRV_Q_NET_FILE_ENUM *q_u, SRV_R_NET_FILE_ENUM *r_u); uint32 _srv_net_conn_enum(pipes_struct *p, SRV_Q_NET_CONN_ENUM *q_u, SRV_R_NET_CONN_ENUM *r_u); |