diff options
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 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 { |