1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

removed an unused structure

(This used to be commit 005614ef787d85499a3d970bce08549de0c2caab)
This commit is contained in:
Andrew Tridgell 2003-11-19 05:54:21 +00:00
parent 6786811f65
commit 897b9d8872
3 changed files with 0 additions and 14 deletions

View File

@ -116,10 +116,6 @@
uint32 unknown;
} lsa_AuditLogInfo;
typedef struct {
} lsa_AuditSettings;
typedef struct {
uint32 auditing_mode;
[size_is(count)] uint32 *settings;

View File

@ -1966,13 +1966,6 @@ void ndr_print_lsa_AuditLogInfo(struct ndr_print *ndr, const char *name, struct
ndr->depth--;
}
void ndr_print_lsa_AuditSettings(struct ndr_print *ndr, const char *name, struct lsa_AuditSettings *r)
{
ndr_print_struct(ndr, name, "lsa_AuditSettings");
ndr->depth++;
ndr->depth--;
}
void ndr_print_lsa_AuditEventsInfo(struct ndr_print *ndr, const char *name, struct lsa_AuditEventsInfo *r)
{
ndr_print_struct(ndr, name, "lsa_AuditEventsInfo");

View File

@ -186,9 +186,6 @@ struct lsa_AuditLogInfo {
uint32 unknown;
};
struct lsa_AuditSettings {
};
struct lsa_AuditEventsInfo {
uint32 auditing_mode;
uint32 *settings;