eventlog: make EVENTLOG_FULL_INFORMATION a public struct.
authorGünther Deschner <gd@samba.org>
Wed, 8 Apr 2009 18:33:58 +0000 (20:33 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:08:19 +0000 (09:08 +0200)
Guenther
(cherry picked from commit 7f74f27d6c60d46b51372a2d5c289788038daeb5)
(cherry picked from commit 895945637c7cbcf70695cb8fbabf364ebff85548)

librpc/idl/eventlog.idl

index 6b46acec7d9ee909abad789b65994e89e1abe4b3..e269467d0570dbce0e9c0e763da858cde64c6aa1 100644 (file)
@@ -284,7 +284,7 @@ import "lsa.idl", "security.idl";
        /*****************/
        /* Function 0x16 */
 
-       typedef struct {
+       typedef [public] struct {
                boolean32 full;
        } EVENTLOG_FULL_INFORMATION;