diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 20:25:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 22:32:30 +0100 |
commit | 082392d975808747ce1f485e6abf3a796e7ae233 (patch) | |
tree | e9ff6cb0d6a008e6d8a618cddc0474dba92ab7ef /source3/include | |
parent | 0ad7db900e376229e7e7fe17f3103354e401797a (diff) | |
download | samba-082392d975808747ce1f485e6abf3a796e7ae233.tar.gz samba-082392d975808747ce1f485e6abf3a796e7ae233.tar.bz2 samba-082392d975808747ce1f485e6abf3a796e7ae233.zip |
Use pidl for NTSVCS.
Guenther
(This used to be commit 84a9bf0b7372bd7b7d4a1490c45e68b69889af8a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_client.h | 1 | ||||
-rw-r--r-- | source3/include/smb.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/rpc_client.h b/source3/include/rpc_client.h index c560fd0909..e1ebb2509d 100644 --- a/source3/include/rpc_client.h +++ b/source3/include/rpc_client.h @@ -34,6 +34,7 @@ #include "librpc/gen_ndr/cli_samr.h" #include "librpc/gen_ndr/cli_netlogon.h" #include "librpc/gen_ndr/cli_dssetup.h" +#include "librpc/gen_ndr/cli_ntsvcs.h" /* macro to expand cookie-cutter code in cli_xxx() using rpc_api_pipe_req() */ diff --git a/source3/include/smb.h b/source3/include/smb.h index 5e524eed01..c582a97e5c 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -309,6 +309,7 @@ extern const DATA_BLOB data_blob_null; #include "librpc/gen_ndr/dssetup.h" #include "librpc/gen_ndr/libnet_join.h" #include "librpc/gen_ndr/krb5pac.h" +#include "librpc/gen_ndr/ntsvcs.h" struct lsa_dom_info { bool valid; |