summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_spoolss_buf.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-02-22 19:23:33 +0100
committerJeremy Allison <jra@samba.org>2011-02-28 15:54:13 -0800
commit341330600aebcec92fba64ea343888c15a0c3d44 (patch)
tree537c35a5589ca8427515d5b020678aa3c6e01a3e /librpc/ndr/ndr_spoolss_buf.h
parent23f6f449792d889538e0d0028bb8fbd5c807b0da (diff)
downloadsamba-341330600aebcec92fba64ea343888c15a0c3d44.tar.gz
samba-341330600aebcec92fba64ea343888c15a0c3d44.tar.bz2
samba-341330600aebcec92fba64ea343888c15a0c3d44.zip
spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the type
metze
Diffstat (limited to 'librpc/ndr/ndr_spoolss_buf.h')
-rw-r--r--librpc/ndr/ndr_spoolss_buf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/ndr_spoolss_buf.h b/librpc/ndr/ndr_spoolss_buf.h
index 9db187dc7d..c5938c00c8 100644
--- a/librpc/ndr/ndr_spoolss_buf.h
+++ b/librpc/ndr/ndr_spoolss_buf.h
@@ -52,6 +52,7 @@ void ndr_print_spoolss_security_descriptor(struct ndr_print *ndr, const char *na
enum ndr_err_code ndr_pull_spoolss_security_descriptor(struct ndr_pull *ndr, int ndr_flags, struct security_descriptor *r);
enum ndr_err_code ndr_push_spoolss_security_descriptor(struct ndr_push *ndr, int ndr_flags, const struct security_descriptor *r);
_PUBLIC_ void ndr_print_spoolss_Time(struct ndr_print *ndr, const char *name, const struct spoolss_Time *r);
+_PUBLIC_ uint32_t ndr_spoolss_PrinterEnumValues_align(enum winreg_Type type);
#undef _PRINTF_ATTRIBUTE
#define _PRINTF_ATTRIBUTE(a1, a2)