diff options
author | Günther Deschner <gd@samba.org> | 2009-04-08 20:33:58 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-10 13:15:24 +0200 |
commit | 7f74f27d6c60d46b51372a2d5c289788038daeb5 (patch) | |
tree | 2f5dd2c320c3e9a65476c83ab8e0dfa10443e38e /librpc | |
parent | 7f10bf980edef3ace1522d0c9c082b35e225c950 (diff) | |
download | samba-7f74f27d6c60d46b51372a2d5c289788038daeb5.tar.gz samba-7f74f27d6c60d46b51372a2d5c289788038daeb5.tar.bz2 samba-7f74f27d6c60d46b51372a2d5c289788038daeb5.zip |
eventlog: make EVENTLOG_FULL_INFORMATION a public struct.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/eventlog.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl index 6b46acec7d..e269467d05 100644 --- a/librpc/idl/eventlog.idl +++ b/librpc/idl/eventlog.idl @@ -284,7 +284,7 @@ import "lsa.idl", "security.idl"; /*****************/ /* Function 0x16 */ - typedef struct { + typedef [public] struct { boolean32 full; } EVENTLOG_FULL_INFORMATION; |