summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-08 20:00:34 +0000
committerJeremy Allison <jra@samba.org>2001-04-08 20:00:34 +0000
commit1efaa36271ae0d28f26a5c298938ea2fc2d80815 (patch)
tree5ebee55756ec7034ef597164058e50c7a66e8be2 /source/include/proto.h
parent8b52cce40855d9c1460116cc7139aab9021d743f (diff)
downloadsamba-1efaa36271ae0d28f26a5c298938ea2fc2d80815.tar.gz
samba-1efaa36271ae0d28f26a5c298938ea2fc2d80815.tar.xz
samba-1efaa36271ae0d28f26a5c298938ea2fc2d80815.zip
Added share security tdb. Tidied up many slprintf's (should be -1 to length).
Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 2dae3601b30..11c1bc01061 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -3732,6 +3732,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);