diff options
author | Tim Potter <tpot@samba.org> | 2003-11-21 05:28:36 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-21 05:28:36 +0000 |
commit | 49c02c66349237b6b8b62321589564d2d31ab11e (patch) | |
tree | 1dc1133e83999f2994475723e8762b41ca5f6091 /source4/librpc/ndr/libndr.h | |
parent | a20352959e0474e10dc533f7ecb876cf7a4c8723 (diff) | |
download | samba-49c02c66349237b6b8b62321589564d2d31ab11e.tar.gz samba-49c02c66349237b6b8b62321589564d2d31ab11e.tar.bz2 samba-49c02c66349237b6b8b62321589564d2d31ab11e.zip |
Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.
(This used to be commit c8b87f5feb7756c7a5b38135517788c9f4ade36f)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-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 b599d01023..7876d3cc1c 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -201,3 +201,4 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint32, v #include "librpc/gen_ndr/ndr_srvsvc.h" #include "librpc/gen_ndr/ndr_atsvc.h" #include "librpc/gen_ndr/ndr_eventlog.h" +#include "librpc/gen_ndr/ndr_winreg.h" |