diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-11 11:02:59 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:12 -0400 |
commit | ae405eed4fa1857e90f240671c539088be51d562 (patch) | |
tree | 0aa3f1c913a7bbc44742887275e66b376761d067 /source3/include | |
parent | e2d3c0efa9a972d76279c3f834784525de1439b0 (diff) | |
download | samba-ae405eed4fa1857e90f240671c539088be51d562.tar.gz samba-ae405eed4fa1857e90f240671c539088be51d562.tar.bz2 samba-ae405eed4fa1857e90f240671c539088be51d562.zip |
s3-printing: Removed unused security descriptor functions.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 00ec31abc3..67f9976397 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4738,8 +4738,6 @@ WERROR add_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const cha struct regval_blob* get_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const char *value ); bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r, struct spoolss_DriverInfo8 *_info8); -WERROR nt_printing_setsec(const char *sharename, struct sec_desc_buf *secdesc_ctr); -bool nt_printing_getsec(TALLOC_CTX *ctx, const char *sharename, struct sec_desc_buf **secdesc_ctr); void map_printer_permissions(struct security_descriptor *sd); void map_job_permissions(struct security_descriptor *sd); bool print_time_access_check(struct auth_serversupplied_info *server_info, |