diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 10:45:50 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 10:45:50 +0100 |
commit | 2432628b141607c6edc66974cfec178a4d842989 (patch) | |
tree | f0c837873bac9542d3e12b5d2147bc52172cdb52 /source3/include | |
parent | 8d20f3f9995219ed9459b6c96a2c1285a2b9c204 (diff) | |
download | samba-2432628b141607c6edc66974cfec178a4d842989.tar.gz samba-2432628b141607c6edc66974cfec178a4d842989.tar.bz2 samba-2432628b141607c6edc66974cfec178a4d842989.zip |
Remove unused marshalling for EVENTLOG_GET_OLDEST_ENTRY.
Guenther
(This used to be commit f837fff80ef369133761f7a33a616fd4721c5a68)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_eventlog.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/rpc_eventlog.h b/source3/include/rpc_eventlog.h index 9789d26845..df17159eac 100644 --- a/source3/include/rpc_eventlog.h +++ b/source3/include/rpc_eventlog.h @@ -81,18 +81,6 @@ typedef struct { /***********************************/ -typedef struct { - POLICY_HND handle; -} EVENTLOG_Q_GET_OLDEST_ENTRY; - -typedef struct { - uint32 oldest_entry; - NTSTATUS status; -} EVENTLOG_R_GET_OLDEST_ENTRY; - - -/***********************************/ - typedef struct { POLICY_HND handle; |