summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 10:12:08 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 10:12:08 +0100
commitbea5ea5cad90e8a10ea5aadebf62f917faa60cf1 (patch)
treea60bcf5e32720e920e7370bd49d4b208b23677fd /source3/include
parent72d0deddc46a12363f930596e1823105caad5f24 (diff)
downloadsamba-bea5ea5cad90e8a10ea5aadebf62f917faa60cf1.tar.gz
samba-bea5ea5cad90e8a10ea5aadebf62f917faa60cf1.tar.bz2
samba-bea5ea5cad90e8a10ea5aadebf62f917faa60cf1.zip
Remove unused marshalling for EVENTLOG_GET_NUM_RECORDS.
Guenther (This used to be commit 0c8e0916d7a7a403255c814536f1ebde3c5c9905)
Diffstat (limited to 'source3/include')
-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 9ec76a071c..9789d26845 100644
--- a/source3/include/rpc_eventlog.h
+++ b/source3/include/rpc_eventlog.h
@@ -83,18 +83,6 @@ typedef struct {
typedef struct {
POLICY_HND handle;
-} EVENTLOG_Q_GET_NUM_RECORDS;
-
-typedef struct {
- uint32 num_records;
- NTSTATUS status;
-} EVENTLOG_R_GET_NUM_RECORDS;
-
-
-/***********************************/
-
-typedef struct {
- POLICY_HND handle;
} EVENTLOG_Q_GET_OLDEST_ENTRY;
typedef struct {