summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/misc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-16 15:59:06 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-16 15:59:06 +0100
commitca7e4ce97a39f1536047478388302c708d34d372 (patch)
treece1b9b68ce74394e4ead049f34caea86f2651433 /source3/librpc/gen_ndr/misc.h
parentb2a01ef5dd66618a130e2a1d4cc1d755ba3624a8 (diff)
downloadsamba-ca7e4ce97a39f1536047478388302c708d34d372.tar.gz
samba-ca7e4ce97a39f1536047478388302c708d34d372.tar.bz2
samba-ca7e4ce97a39f1536047478388302c708d34d372.zip
Move shared gen_ndr files to librpc/gen_ndr in the root.
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.
Diffstat (limited to 'source3/librpc/gen_ndr/misc.h')
-rw-r--r--source3/librpc/gen_ndr/misc.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/source3/librpc/gen_ndr/misc.h b/source3/librpc/gen_ndr/misc.h
deleted file mode 100644
index de4abdcae5..0000000000
--- a/source3/librpc/gen_ndr/misc.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* header auto-generated by pidl */
-
-#include <stdint.h>
-
-#ifndef _HEADER_misc
-#define _HEADER_misc
-
-struct GUID {
- uint32_t time_low;
- uint16_t time_mid;
- uint16_t time_hi_and_version;
- uint8_t clock_seq[2];
- uint8_t node[6];
-}/* [noprint,gensize,public] */;
-
-struct ndr_syntax_id {
- struct GUID uuid;
- uint32_t if_version;
-}/* [public] */;
-
-struct policy_handle {
- uint32_t handle_type;
- struct GUID uuid;
-}/* [public] */;
-
-enum netr_SchannelType
-#ifndef USE_UINT_ENUMS
- {
- SEC_CHAN_NULL=0,
- SEC_CHAN_WKSTA=2,
- SEC_CHAN_DNS_DOMAIN=3,
- SEC_CHAN_DOMAIN=4,
- SEC_CHAN_BDC=6
-}
-#else
- { __donnot_use_enum_netr_SchannelType=0x7FFFFFFF}
-#define SEC_CHAN_NULL ( 0 )
-#define SEC_CHAN_WKSTA ( 2 )
-#define SEC_CHAN_DNS_DOMAIN ( 3 )
-#define SEC_CHAN_DOMAIN ( 4 )
-#define SEC_CHAN_BDC ( 6 )
-#endif
-;
-
-#endif /* _HEADER_misc */