spoolss: make spoolss_DriverDirectoryInfo1 public and gensize.
authorGünther Deschner <gd@samba.org>
Thu, 19 Feb 2009 00:46:49 +0000 (01:46 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 19 Feb 2009 01:04:56 +0000 (02:04 +0100)
Guenther

librpc/idl/spoolss.idl

index 534b0b4461cd30b9aeb3282ce12f1105b6b72d60..b4c561494a42f2a70afbde1260bd027e92a22c6a 100644 (file)
@@ -905,7 +905,7 @@ import "misc.idl", "security.idl", "winreg.idl";
 
        /******************/
        /* Function: 0x0c */
-       typedef struct {
+       typedef [public,gensize] struct {
                nstring directory_name;
        } spoolss_DriverDirectoryInfo1;