s3: re-run make samba3-idl.
[jra/samba/.git] / librpc / gen_ndr / svcctl.h
index f87d2cce0c99f8f987c5ec11edb0908a4c73eb08..59bc0399d8f737e749c5da6a7cdbc1c7ae4bb647 100644 (file)
@@ -341,11 +341,11 @@ struct svcctl_QueryServiceObjectSecurity {
        struct {
                struct policy_handle *handle;/* [ref] */
                uint32_t security_flags;
-               uint32_t buffer_size;/* [range(0,0x40000)] */
+               uint32_t offered;/* [range(0,0x40000)] */
        } in;
 
        struct {
-               uint8_t *buffer;/* [ref,size_is(buffer_size)] */
+               uint8_t *buffer;/* [ref,size_is(offered)] */
                uint32_t *needed;/* [ref,range(0,0x40000)] */
                WERROR result;
        } out;
@@ -357,8 +357,8 @@ struct svcctl_SetServiceObjectSecurity {
        struct {
                struct policy_handle *handle;/* [ref] */
                uint32_t security_flags;
-               uint8_t *buffer;/* [ref,size_is(buffer_size)] */
-               uint32_t buffer_size;
+               uint8_t *buffer;/* [ref,size_is(offered)] */
+               uint32_t offered;
        } in;
 
        struct {