summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/secrets.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/secrets.h')
-rw-r--r--source3/librpc/gen_ndr/secrets.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/librpc/gen_ndr/secrets.h b/source3/librpc/gen_ndr/secrets.h
deleted file mode 100644
index c37a48c717..0000000000
--- a/source3/librpc/gen_ndr/secrets.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* header auto-generated by pidl */
-
-#include <stdint.h>
-
-#include "libcli/util/ntstatus.h"
-
-#ifndef _HEADER_secrets
-#define _HEADER_secrets
-
-struct TRUSTED_DOM_PASS {
- uint32_t uni_name_len;/* [value(strlen_m_term(uni_name))] */
- const char *uni_name;/* [charset(UTF16)] */
- uint32_t pass_len;/* [value(strlen(pass))] */
- const char * pass;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
- time_t mod_time;
- struct dom_sid domain_sid;
-}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;
-
-#endif /* _HEADER_secrets */