diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 11:09:53 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 11:09:53 +0000 |
commit | b0083691759c9d0561a5e9d436d927a44c82b388 (patch) | |
tree | f4e0178a4fdb82a8685150b5a61f2ecb78e3fec4 /source4/librpc/ndr/ndr_dfs.h | |
parent | fe6fd991ee42aee36a5141f11295f7936091447f (diff) | |
download | samba-b0083691759c9d0561a5e9d436d927a44c82b388.tar.gz samba-b0083691759c9d0561a5e9d436d927a44c82b388.tar.bz2 samba-b0083691759c9d0561a5e9d436d927a44c82b388.zip |
moved the pidl auto-generated files out of CVS
(This used to be commit 49c72d42766a55e2833c004e721a47115000626b)
Diffstat (limited to 'source4/librpc/ndr/ndr_dfs.h')
-rw-r--r-- | source4/librpc/ndr/ndr_dfs.h | 206 |
1 files changed, 0 insertions, 206 deletions
diff --git a/source4/librpc/ndr/ndr_dfs.h b/source4/librpc/ndr/ndr_dfs.h deleted file mode 100644 index 9a27c7040a..0000000000 --- a/source4/librpc/ndr/ndr_dfs.h +++ /dev/null @@ -1,206 +0,0 @@ -/* header auto-generated by pidl */ - -#define DCERPC_NETDFS_UUID "4fc742e0-4a10-11cf-8273-00aa004ae673" -#define DCERPC_NETDFS_VERSION 3.0 -#define DCERPC_NETDFS_NAME "netdfs" - -#define DCERPC_DFS_EXIST 0 -#define DCERPC_DFS_ADD 1 -#define DCERPC_DFS_REMOVE 2 -#define DCERPC_DFS_SETINFO 3 -#define DCERPC_DFS_GETINFO 4 -#define DCERPC_DFS_ENUM 5 - - -struct dfs_Exist { - struct { - } in; - - struct { - uint32 *exist_flag; - } out; - -}; - -struct dfs_Add { - struct { - const char *path; - const char *server; - const char *share; - const char *comment; - uint32 flags; - } in; - - struct { - NTSTATUS result; - } out; - -}; - -struct dfs_Remove { - struct { - const char *path; - const char *server; - const char *share; - } in; - - struct { - NTSTATUS result; - } out; - -}; - -struct dfs_SetInfo { - struct { - } in; - - struct { - NTSTATUS result; - } out; - -}; - -struct dfs_Info1 { - const char *path; -}; - -struct dfs_Info2 { - const char *path; - const char *comment; - uint32 state; - uint32 num_stores; -}; - -struct dfs_StorageInfo { - uint32 state; - const char *server; - const char *share; -}; - -struct dfs_Info3 { - const char *path; - const char *comment; - uint32 state; - uint32 num_stores; - struct dfs_StorageInfo *stores; -}; - -struct dfs_Info4 { - const char *path; - const char *comment; - uint32 state; - uint32 timeout; - struct GUID guid; - uint32 num_stores; - struct dfs_StorageInfo *stores; -}; - -struct dfs_Info100 { - const char *comment; -}; - -struct dfs_Info101 { - uint32 state; -}; - -struct dfs_Info102 { - uint32 timeout; -}; - -struct dfs_Info200 { - const char *dom_root; -}; - -struct dfs_Info300 { - uint32 flags; - const char *dom_root; -}; - -union dfs_Info { -/* [case(1)] */ struct dfs_Info1 *info1; -/* [case(2)] */ struct dfs_Info2 *info2; -/* [case(3)] */ struct dfs_Info3 *info3; -/* [case(4)] */ struct dfs_Info4 *info4; -/* [case(100)] */ struct dfs_Info100 *info100; -/* [case(101)] */ struct dfs_Info101 *info101; -/* [case(102)] */ struct dfs_Info102 *info102; -/* [case(200)] */ struct dfs_Info200 *info200; -/* [case(300)] */ struct dfs_Info300 *info300; -}; - -struct dfs_GetInfo { - struct { - const char *path; - const char *server; - const char *share; - uint32 level; - } in; - - struct { - union dfs_Info info; - NTSTATUS result; - } out; - -}; - -struct dfs_EnumArray1 { - uint32 count; - struct dfs_Info1 *s; -}; - -struct dfs_EnumArray2 { - uint32 count; - struct dfs_Info2 *s; -}; - -struct dfs_EnumArray3 { - uint32 count; - struct dfs_Info3 *s; -}; - -struct dfs_EnumArray4 { - uint32 count; - struct dfs_Info4 *s; -}; - -struct dfs_EnumArray200 { - uint32 count; - struct dfs_Info200 *s; -}; - -struct dfs_EnumArray300 { - uint32 count; - struct dfs_Info300 *s; -}; - -union dfs_EnumInfo { -/* [case(1)] */ struct dfs_EnumArray1 *info1; -/* [case(2)] */ struct dfs_EnumArray2 *info2; -/* [case(3)] */ struct dfs_EnumArray3 *info3; -/* [case(4)] */ struct dfs_EnumArray4 *info4; -/* [case(200)] */ struct dfs_EnumArray200 *info200; -/* [case(300)] */ struct dfs_EnumArray300 *info300; -}; - -struct dfs_EnumStruct { - uint32 level; - union dfs_EnumInfo e; -}; - -struct dfs_Enum { - struct { - uint32 level; - uint32 bufsize; - struct dfs_EnumStruct *info; - uint32 *unknown; - uint32 *total; - } in; - - struct { - struct dfs_EnumStruct *info; - uint32 *total; - NTSTATUS result; - } out; - -}; - |