summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-15 22:38:29 +0100
committerGünther Deschner <gd@samba.org>2008-02-15 22:38:29 +0100
commite3a975b7f3d6ceaf32bdc70963fd0af87e2ef1ff (patch)
tree6619644aae7fd410c00b7c107227b531d5f94ce8 /source3/include
parent5bce07977a18cd6bfd4714030707d3b2643cd840 (diff)
downloadsamba-e3a975b7f3d6ceaf32bdc70963fd0af87e2ef1ff.tar.gz
samba-e3a975b7f3d6ceaf32bdc70963fd0af87e2ef1ff.tar.bz2
samba-e3a975b7f3d6ceaf32bdc70963fd0af87e2ef1ff.zip
Remove unused marshalling for NET_SAM_LOGOFF.
Guenther (This used to be commit b419e7fa32ce34ee1ddde562223fe08f5d07a012)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_netlogon.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index 4105b34e10..3d7e11d1d6 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -454,19 +454,6 @@ typedef struct net_r_sam_logon_info_ex {
NTSTATUS status; /* return code */
} NET_R_SAM_LOGON_EX;
-
-/* NET_Q_SAM_LOGOFF */
-typedef struct net_q_sam_logoff_info {
- DOM_SAM_INFO sam_id;
-} NET_Q_SAM_LOGOFF;
-
-/* NET_R_SAM_LOGOFF */
-typedef struct net_r_sam_logoff_info {
- uint32 buffer_creds; /* undocumented buffer pointer */
- DOM_CRED srv_creds; /* server credentials. server time stamp appears to be ignored. */
- NTSTATUS status; /* return code */
-} NET_R_SAM_LOGOFF;
-
/* LOCKOUT_STRING */
typedef struct account_lockout_string {
uint32 array_size;