diff options
author | Günther Deschner <gd@samba.org> | 2010-04-22 11:42:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-22 11:53:41 +0200 |
commit | 440075247d11a7852d8567753f426fa67f41d875 (patch) | |
tree | aa53ac2578afb587da9639313db56fea8570eb77 /librpc/idl | |
parent | 404f7ac0292c91ef3101e9bc32b8aea3b2aec4be (diff) | |
download | samba-440075247d11a7852d8567753f426fa67f41d875.tar.gz samba-440075247d11a7852d8567753f426fa67f41d875.tar.bz2 samba-440075247d11a7852d8567753f426fa67f41d875.zip |
spoolss: pretty-print a struct spoolss_Time.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 4127ffb4d2..c7df80d7ce 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -17,7 +17,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") ] interface spoolss { typedef [v1_enum] enum winreg_Type winreg_Type; - typedef [gensize] struct { + typedef [gensize,noprint] struct { uint16 year; uint16 month; uint16 day_of_week; |