diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-03 07:26:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-03 07:26:30 +0000 |
commit | dc2ffe07a8b25c117c7778fb706274198c11c2cc (patch) | |
tree | 983fb6590ebdbd04ceff282dd2c034030afa64b7 /source4/libcli/ndr/libndr.h | |
parent | d064846d5f42bbb023a75a71d049b6a5037dbdd4 (diff) | |
download | samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.tar.gz samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.tar.bz2 samba-dc2ffe07a8b25c117c7778fb706274198c11c2cc.zip |
started adding RPC-ECHO torture cases
(This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
Diffstat (limited to 'source4/libcli/ndr/libndr.h')
-rw-r--r-- | source4/libcli/ndr/libndr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libcli/ndr/libndr.h b/source4/libcli/ndr/libndr.h index 4369ebeb30..d9d18299ab 100644 --- a/source4/libcli/ndr/libndr.h +++ b/source4/libcli/ndr/libndr.h @@ -83,3 +83,7 @@ struct ndr_push { if (!(s)) return NT_STATUS_NO_MEMORY; \ } \ } while (0) + +/* now pull in the individual parsers */ +#include "libcli/ndr/ndr_sec.h" +#include "libcli/ndr/ndr_echo.h" |