From 7f74f27d6c60d46b51372a2d5c289788038daeb5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 8 Apr 2009 20:33:58 +0200 Subject: eventlog: make EVENTLOG_FULL_INFORMATION a public struct. Guenther --- librpc/idl/eventlog.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') 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; -- cgit