r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build with...
authorGerald Carter <jerry@samba.org>
Mon, 24 Oct 2005 14:11:16 +0000 (14:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:10 +0000 (11:05 -0500)
source/include/libmsrpc.h

index 274136537306be8d6e84968cfa576016d6fe72c1..9fbd57a8d3202374f61049fca510e82413bb3b7c 100644 (file)
@@ -999,8 +999,6 @@ struct LsaRemovePrivileges {
 
    } in;
 
-   struct {
-   } out;
 };
 
 /** 
@@ -1025,8 +1023,6 @@ struct LsaClearPrivileges {
       char *name;
    } in;
 
-   struct {
-   } out;
 };
 
 /**