diff options
author | Tim Potter <tpot@samba.org> | 2003-11-20 21:52:40 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-20 21:52:40 +0000 |
commit | 20730626af0b1aee6149fb7c537d185899ad0cef (patch) | |
tree | 057c4f571e60a2473861f7984d2dec30baea0898 /source4/librpc/ndr | |
parent | ddd2f9ced058a24ef63c4033cb54c8517269bbfd (diff) | |
download | samba-20730626af0b1aee6149fb7c537d185899ad0cef.tar.gz samba-20730626af0b1aee6149fb7c537d185899ad0cef.tar.bz2 samba-20730626af0b1aee6149fb7c537d185899ad0cef.zip |
Add initial work on eventlog - doesn't quite work yet.
(This used to be commit 99fff7b1e24ee7231fa41ca9cb85382637f2b2b0)
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 93687d8796..b599d01023 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -200,3 +200,4 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint32, v #include "librpc/gen_ndr/ndr_wkssvc.h" #include "librpc/gen_ndr/ndr_srvsvc.h" #include "librpc/gen_ndr/ndr_atsvc.h" +#include "librpc/gen_ndr/ndr_eventlog.h" |