Remove unused marshalling for SVCCTL_SET_SERVICE_SEC.
[samba.git] / source3 / include / rpc_svcctl.h
index 1c3d4923593fbbf5bb0d2406bb677de1c5042cd5..5a87e350ba8199231876335a0e44926a3937430d 100644 (file)
@@ -271,20 +271,5 @@ typedef struct {
        WERROR status;
 } SVCCTL_R_QUERY_SERVICE_STATUSEX;
 
-
-/**************************/
-
-typedef struct {
-       POLICY_HND handle; 
-       uint32 security_flags;        
-       RPC_BUFFER buffer;
-       uint32 buffer_size;
-} SVCCTL_Q_SET_SERVICE_SEC;
-
-typedef struct {
-       WERROR status;
-} SVCCTL_R_SET_SERVICE_SEC;
-
-
 #endif /* _RPC_SVCCTL_H */