diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-13 13:42:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:43 -0500 |
commit | 8be112a81bf7d7fb48ee82fd38c1f8d0f85bbc75 (patch) | |
tree | 3d95c370e0c53f02e0fa44dd53993badfa6d0c6c /source3/include | |
parent | dc14e67a6ba07946b5b98644d950a6b29b1c11c6 (diff) | |
download | samba-8be112a81bf7d7fb48ee82fd38c1f8d0f85bbc75.tar.gz samba-8be112a81bf7d7fb48ee82fd38c1f8d0f85bbc75.tar.bz2 samba-8be112a81bf7d7fb48ee82fd38c1f8d0f85bbc75.zip |
r18469: Use new pidl-generated DFS client code.
(This used to be commit e277fb067b1a12d816c8a066839751c1824d27bb)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/rpc_client.h b/source3/include/rpc_client.h index 0b3bd0505a..407d5d97a7 100644 --- a/source3/include/rpc_client.h +++ b/source3/include/rpc_client.h @@ -24,6 +24,7 @@ /* autogenerated client stubs */ #include "librpc/gen_ndr/cli_unixinfo.h" +#include "librpc/gen_ndr/cli_dfs.h" #include "librpc/gen_ndr/cli_lsa.h" /* macro to expand cookie-cutter code in cli_xxx() using rpc_api_pipe_req() */ |