diff options
author | Günther Deschner <gd@samba.org> | 2008-02-19 02:48:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-19 03:13:42 +0100 |
commit | 35a30ac841583326e81c27a18e93e53de9bdfc4f (patch) | |
tree | 6f4c2f61c887d849772352c1f17f7174d456e568 /source3/include | |
parent | e0860ccc824c336103a1e57c9e43c27936265769 (diff) | |
download | samba-35a30ac841583326e81c27a18e93e53de9bdfc4f.tar.gz samba-35a30ac841583326e81c27a18e93e53de9bdfc4f.tar.bz2 samba-35a30ac841583326e81c27a18e93e53de9bdfc4f.zip |
Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.
Guenther
(This used to be commit 23d37a9aed145d38e2bd98b170b65096ab69b0d9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_svcctl.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 2bd28db291..9d58a0903e 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -275,18 +275,6 @@ typedef struct { /**************************/ typedef struct { - POLICY_HND handle; -} SVCCTL_Q_LOCK_SERVICE_DB; - -typedef struct { - POLICY_HND h_lock; - WERROR status; -} SVCCTL_R_LOCK_SERVICE_DB; - - -/**************************/ - -typedef struct { POLICY_HND h_lock; } SVCCTL_Q_UNLOCK_SERVICE_DB; |