diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-04 12:07:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-05 18:16:23 +0200 |
commit | 66f76995114c01c619953d1c0c9f3f069ea91da1 (patch) | |
tree | f193173e312a9bd3f4bf18a52128267187a908cf /source3/include | |
parent | b2ea8fbcce849f2fb41f381ab3d7af35e9778c9f (diff) | |
download | samba-66f76995114c01c619953d1c0c9f3f069ea91da1.tar.gz samba-66f76995114c01c619953d1c0c9f3f069ea91da1.tar.bz2 samba-66f76995114c01c619953d1c0c9f3f069ea91da1.zip |
s3-spoolss: Added a generic spoolss_create_default_secdesc function.
Signed-off-by: Günther Deschner <gd@samba.org>
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 62e173784b..eae3d283d9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4865,6 +4865,8 @@ int unpack_devicemode(NT_DEVICEMODE **nt_devmode, const uint8 *buf, int buflen); WERROR spoolss_create_default_devmode(TALLOC_CTX *mem_ctx, const char *devicename, struct spoolss_DeviceMode **devmode); +WERROR spoolss_create_default_secdesc(TALLOC_CTX *mem_ctx, + struct spoolss_security_descriptor **secdesc); int add_new_printer_key( NT_PRINTER_DATA *data, const char *name ); int delete_printer_key( NT_PRINTER_DATA *data, const char *name ); int lookup_printerkey( NT_PRINTER_DATA *data, const char *name ); |