diff options
author | Günther Deschner <gd@samba.org> | 2008-02-19 02:50:54 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-19 03:13:58 +0100 |
commit | 1c9990fcfe7ac36050351f7c2b99d1e3e044a01a (patch) | |
tree | 0012403cadf10fb3c455f80b1a086ecf8e4309d9 /source3/include | |
parent | 5894d5e99a23a1a700ef5319bcfe822b125ccbb0 (diff) | |
download | samba-1c9990fcfe7ac36050351f7c2b99d1e3e044a01a.tar.gz samba-1c9990fcfe7ac36050351f7c2b99d1e3e044a01a.tar.bz2 samba-1c9990fcfe7ac36050351f7c2b99d1e3e044a01a.zip |
Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.
Guenther
(This used to be commit eeb598a19a3d09f2175032e013857fe743da3eec)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_svcctl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 9d58a0903e..99d0c7035b 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -275,17 +275,6 @@ typedef struct { /**************************/ typedef struct { - POLICY_HND h_lock; -} SVCCTL_Q_UNLOCK_SERVICE_DB; - -typedef struct { - WERROR status; -} SVCCTL_R_UNLOCK_SERVICE_DB; - - -/**************************/ - -typedef struct { POLICY_HND handle; uint32 security_flags; uint32 buffer_size; |