summaryrefslogtreecommitdiff
path: root/source3/include/rpc_eventlog.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 10:45:50 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 10:45:50 +0100
commit2432628b141607c6edc66974cfec178a4d842989 (patch)
treef0c837873bac9542d3e12b5d2147bc52172cdb52 /source3/include/rpc_eventlog.h
parent8d20f3f9995219ed9459b6c96a2c1285a2b9c204 (diff)
downloadsamba-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/rpc_eventlog.h')
-rw-r--r--source3/include/rpc_eventlog.h12
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;