diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-31 17:24:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:01 -0500 |
commit | d99f4f004ca46e4c0f2e60a231a14708a128f0f2 (patch) | |
tree | 4a6cfa91d9ffbc137249260ace6f4a59525cfac6 /source3/include | |
parent | eec5e026adb176ad48b1ebcb0ddf71bbb609ad95 (diff) | |
download | samba-d99f4f004ca46e4c0f2e60a231a14708a128f0f2.tar.gz samba-d99f4f004ca46e4c0f2e60a231a14708a128f0f2.tar.bz2 samba-d99f4f004ca46e4c0f2e60a231a14708a128f0f2.zip |
r23271: merge service control pidl change for CloseServiceHandle() from SAMBA_3_0_26
(This used to be commit 0b1bc3521fac52f3164b6cc9e053abc3ceabf5e7)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 | ||||
-rw-r--r-- | source3/include/smb.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 6c1931844e..e3e24eff07 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -687,8 +687,6 @@ typedef int BOOL; #include "rpc_ds.h" #include "rpc_perfcount.h" #include "rpc_perfcount_defs.h" -#include "librpc/gen_ndr/srvsvc.h" -#include "librpc/gen_ndr/echo.h" #include "librpc/gen_ndr/notify.h" #include "nt_printing.h" #include "idmap.h" @@ -782,6 +780,8 @@ enum flush_reason_enum { /* generated rpc server implementation functions */ #include "librpc/gen_ndr/srv_echo.h" +#include "librpc/gen_ndr/srv_svcctl.h" +#include "librpc/gen_ndr/srv_lsa.h" /***** automatically generated prototypes *****/ #ifndef NO_PROTO_H diff --git a/source3/include/smb.h b/source3/include/smb.h index 7a3b487f08..6f10eb67c8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -313,6 +313,8 @@ struct id_map { #include "librpc/gen_ndr/eventlog.h" #include "librpc/gen_ndr/srvsvc.h" #include "librpc/gen_ndr/wkssvc.h" +#include "librpc/gen_ndr/echo.h" +#include "librpc/gen_ndr/svcctl.h" struct lsa_dom_info { BOOL valid; |