diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 22:51:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:51 -0500 |
commit | 0a3c167f6bcf08b2204ca49831ca49eef73dcbf4 (patch) | |
tree | b6373b840d8b899161575abfa637f6a32e6d068f /source4/include | |
parent | 7285e102f063122ca8ef1222cc6e9a5cde176b41 (diff) | |
download | samba-0a3c167f6bcf08b2204ca49831ca49eef73dcbf4.tar.gz samba-0a3c167f6bcf08b2204ca49831ca49eef73dcbf4.tar.bz2 samba-0a3c167f6bcf08b2204ca49831ca49eef73dcbf4.zip |
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
(This used to be commit 87f665a1d5ba74289974bf9d8f9441c162e6f1b1)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 3 | ||||
-rw-r--r-- | source4/include/structs.h | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 2222b4ff43..a8aecc3610 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -101,7 +101,6 @@ struct ipv4_addr { #include "smb_macros.h" #include "smb.h" #include "byteorder.h" -#include "lib/tdr/tdr.h" #include "librpc/ndr/libndr.h" #include "librpc/gen_ndr/misc.h" #include "librpc/gen_ndr/dcerpc.h" @@ -109,13 +108,13 @@ struct ipv4_addr { #include "librpc/gen_ndr/orpc.h" #include "librpc/rpc/dcerpc.h" #include "smb_interfaces.h" -#include "ntvfs/ntvfs.h" #include "cli_context.h" #include "auth/credentials/credentials.h" /***** automatically generated prototypes *****/ #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) #include "include/proto.h" +#include "basic.h" #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) diff --git a/source4/include/structs.h b/source4/include/structs.h index 153902d13a..2187fcd8ba 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -157,7 +157,6 @@ struct request_buffer; struct smb2srv_request; struct smb2_request_buffer; -struct ntvfs_context; struct ntvfs_module_context; struct pvfs_dir; @@ -267,14 +266,10 @@ struct task_server; struct model_ops; struct stream_server_ops; -struct nbtd_server; -struct nbtd_interface; -struct nbtd_iface_name; struct wins_server; struct nbtd_proxy_wins_challenge; struct nbtd_proxy_wins_release_demand; -struct nbt_iface_name; struct nbt_dc_name; struct wb_sid_object; struct wb_dom_info; @@ -373,3 +368,6 @@ struct IUnknown_vtable; struct MprVar; struct registry_context; +struct nbtd_interface; +struct nbtd_iface_name; +struct nbtd_server; |