summaryrefslogtreecommitdiff
path: root/librpc/idl/eventlog.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-08 20:33:58 +0200
committerGünther Deschner <gd@samba.org>2009-04-10 13:15:24 +0200
commit7f74f27d6c60d46b51372a2d5c289788038daeb5 (patch)
tree2f5dd2c320c3e9a65476c83ab8e0dfa10443e38e /librpc/idl/eventlog.idl
parent7f10bf980edef3ace1522d0c9c082b35e225c950 (diff)
downloadsamba-7f74f27d6c60d46b51372a2d5c289788038daeb5.tar.gz
samba-7f74f27d6c60d46b51372a2d5c289788038daeb5.tar.bz2
samba-7f74f27d6c60d46b51372a2d5c289788038daeb5.zip
eventlog: make EVENTLOG_FULL_INFORMATION a public struct.
Guenther
Diffstat (limited to 'librpc/idl/eventlog.idl')
-rw-r--r--librpc/idl/eventlog.idl2
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;