summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 02:56:17 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 12:30:11 +0200
commit8bc9c343c4fe4e6f6c0283fd15e86caf6b8c1085 (patch)
tree1c2806f95b74e6ad567d177ee558e3f576f0bed9 /source3/include/nt_printing.h
parentf6445d8f860fa8f771e6c8986b8eda6cc00c7793 (diff)
downloadsamba-8bc9c343c4fe4e6f6c0283fd15e86caf6b8c1085.tar.gz
samba-8bc9c343c4fe4e6f6c0283fd15e86caf6b8c1085.tar.bz2
samba-8bc9c343c4fe4e6f6c0283fd15e86caf6b8c1085.zip
s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF".
Guenther
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 713443a4fa..0241a54b79 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -100,7 +100,7 @@ typedef struct nt_printer_info_level_2
fstring datatype;
fstring parameters;
NT_PRINTER_DATA *data;
- SEC_DESC_BUF *secdesc_buf;
+ struct sec_desc_buf *secdesc_buf;
uint32 changeid;
uint32 c_setprinter;
uint32 setuptime;