diff options
author | Günther Deschner <gd@samba.org> | 2008-01-30 12:54:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-31 11:20:26 +0100 |
commit | d1f545062535b67a62c69ccb4440ecad069cfe93 (patch) | |
tree | d5bdfbfce6046f79feced3d1ce3aba3dfd251322 /source3/include | |
parent | 3d507a2fcab9da3d9ba928fbe1d30f2642ab4e93 (diff) | |
download | samba-d1f545062535b67a62c69ccb4440ecad069cfe93.tar.gz samba-d1f545062535b67a62c69ccb4440ecad069cfe93.tar.bz2 samba-d1f545062535b67a62c69ccb4440ecad069cfe93.zip |
Remove unused samr_close marshalling.
Guenther
(This used to be commit 93d2ad944772513520de22aecffda15f38907b4e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_samr.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 9f4645b691..93fc89751c 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -445,23 +445,6 @@ typedef struct sam_user_info_9 } SAM_USER_INFO_9; -/* SAMR_Q_CLOSE_HND - probably a policy handle close */ -typedef struct q_samr_close_hnd_info -{ - POLICY_HND pol; /* policy handle */ - -} SAMR_Q_CLOSE_HND; - - -/* SAMR_R_CLOSE_HND - probably a policy handle close */ -typedef struct r_samr_close_hnd_info -{ - POLICY_HND pol; /* policy handle */ - NTSTATUS status; /* return status */ - -} SAMR_R_CLOSE_HND; - - /**************************************************************************** SAMR_Q_GET_USRDOM_PWINFO - a "set user info" occurs just after this *****************************************************************************/ |