diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-19 20:47:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:56 -0500 |
commit | c2628e19a77f2bec3f14d0f670717195c7299a90 (patch) | |
tree | 17c6133091df5b399c0a751b15e823921d9c9bdf /source3/librpc/gen_ndr/ndr_initshutdown.h | |
parent | 8713bb2db74c37c5f4469fe8a726fa78868522b1 (diff) | |
download | samba-c2628e19a77f2bec3f14d0f670717195c7299a90.tar.gz samba-c2628e19a77f2bec3f14d0f670717195c7299a90.tar.xz samba-c2628e19a77f2bec3f14d0f670717195c7299a90.zip |
r24552: merge from SAMBA_4_0:
rename dcerpc_interface_table -> ndr_interface_table
rename dcerpc_interface_list -> ndr_interface_list
and move them to libndr.h
metze
(This used to be commit f57d23d0f1b1c7a435f3a4ad801e58519cc92a77)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_initshutdown.h')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_initshutdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/ndr_initshutdown.h b/source3/librpc/gen_ndr/ndr_initshutdown.h index 0df80cb7070..c3851a910ae 100644 --- a/source3/librpc/gen_ndr/ndr_initshutdown.h +++ b/source3/librpc/gen_ndr/ndr_initshutdown.h @@ -10,7 +10,7 @@ #define DCERPC_INITSHUTDOWN_VERSION 1.0 #define DCERPC_INITSHUTDOWN_NAME "initshutdown" #define DCERPC_INITSHUTDOWN_HELPSTRING "Init shutdown service" -extern const struct dcerpc_interface_table dcerpc_table_initshutdown; +extern const struct ndr_interface_table dcerpc_table_initshutdown; NTSTATUS dcerpc_server_initshutdown_init(void); #define DCERPC_INITSHUTDOWN_INIT (0x00) |