summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-01-04 14:42:23 -0800
committerAndrew Bartlett <abartlet@samba.org>2013-01-09 15:29:35 +1100
commitb668c9077ba9005988146e8b1ee853ce8a6f33a4 (patch)
tree7e3b2b526fda281321d65407423294702e09342d /source3/smbd/proto.h
parent86d1e1db8e2747e30c89627cda123fde1e84f579 (diff)
downloadsamba-b668c9077ba9005988146e8b1ee853ce8a6f33a4.tar.gz
samba-b668c9077ba9005988146e8b1ee853ce8a6f33a4.tar.bz2
samba-b668c9077ba9005988146e8b1ee853ce8a6f33a4.zip
Move create_share_access_mask() from smbd/service.c to smbd/uid.c.
Make it static. Only called from uid.c now. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e8ee8733a4..772730203f 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -979,9 +979,6 @@ void smbd_exit_server_cleanly(const char *const reason) _NORETURN_;
bool set_conn_connectpath(connection_struct *conn, const char *connectpath);
NTSTATUS set_conn_force_user_group(connection_struct *conn, int snum);
-uint32_t create_share_access_mask(int snum,
- bool readonly_share,
- const struct security_token *token);
bool set_current_service(connection_struct *conn, uint16 flags, bool do_chdir);
void load_registry_shares(void);
int add_home_service(const char *service, const char *username, const char *homedir);