summaryrefslogtreecommitdiff
path: root/source3/include/rpc_eventlog.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-04 21:32:20 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 22:50:52 +0100
commit7ade5cf776a4aa04ae578cfeb46a54bfde53700f (patch)
tree1dbcecb27ad079cde1a9354580ed1164a64d784a /source3/include/rpc_eventlog.h
parent858116d54e61f2d86757aecce3afba147434c7fc (diff)
downloadsamba-7ade5cf776a4aa04ae578cfeb46a54bfde53700f.tar.gz
samba-7ade5cf776a4aa04ae578cfeb46a54bfde53700f.tar.bz2
samba-7ade5cf776a4aa04ae578cfeb46a54bfde53700f.zip
s3-eventlog: remove old hand marshalling for eventlog read call.
Guenther
Diffstat (limited to 'source3/include/rpc_eventlog.h')
-rw-r--r--source3/include/rpc_eventlog.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/rpc_eventlog.h b/source3/include/rpc_eventlog.h
index f17e448d9e..43bbc18285 100644
--- a/source3/include/rpc_eventlog.h
+++ b/source3/include/rpc_eventlog.h
@@ -37,14 +37,6 @@
/***********************************/
-typedef struct
-{
- POLICY_HND handle;
- uint32 flags;
- uint32 offset;
- uint32 max_read_size;
-} EVENTLOG_Q_READ_EVENTLOG;
-
typedef struct {
uint32 length;
uint32 reserved1;
@@ -85,16 +77,5 @@ typedef struct eventlog_entry {
uint8 *end_of_data_padding;
struct eventlog_entry *next;
} Eventlog_entry;
-
-typedef struct {
- uint32 num_bytes_in_resp;
- uint32 bytes_in_next_record;
- uint32 num_records;
- Eventlog_entry *entry;
- uint8 *end_of_entries_padding;
- uint32 sent_size;
- uint32 real_size;
- NTSTATUS status;
-} EVENTLOG_R_READ_EVENTLOG;
#endif /* _RPC_EVENTLOG_H */