diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 02:08:03 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 02:08:03 +0000 |
commit | 3b865c73989e7f13e3a6453f9f9c9a7aca74b129 (patch) | |
tree | 453336f098c536d0ec79d3bf899e00ac107d2fab /source3/include/ntdomain.h | |
parent | 3ef2a0b3ff93436b13318748574b0aebb4da56ab (diff) | |
download | samba-3b865c73989e7f13e3a6453f9f9c9a7aca74b129.tar.gz samba-3b865c73989e7f13e3a6453f9f9c9a7aca74b129.tar.xz samba-3b865c73989e7f13e3a6453f9f9c9a7aca74b129.zip |
Merge of rpcecho pipe for testing large dcerpc requests and responses.
Only compiled in when --enable-developer argument passed to configure.
(This used to be commit 017da9393bab276543d0d5c50df8c760780f2450)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index d02195b378..dc0ffc8035 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -382,5 +382,6 @@ struct acct_info #include "rpc_spoolss.h" #include "rpc_dfs.h" #include "rpc_ds.h" +#include "rpc_echo.h" #endif /* _NT_DOMAIN_H */ |