diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-19 21:23:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:57 -0500 |
commit | 2f3511c56e8a508c678f90e8fbd16116685b8a2b (patch) | |
tree | 283d117e10257e5b4be2a9d524a4a94002bb80e5 /source3/librpc/gen_ndr/ndr_initshutdown.h | |
parent | c2628e19a77f2bec3f14d0f670717195c7299a90 (diff) | |
download | samba-2f3511c56e8a508c678f90e8fbd16116685b8a2b.tar.gz samba-2f3511c56e8a508c678f90e8fbd16116685b8a2b.tar.bz2 samba-2f3511c56e8a508c678f90e8fbd16116685b8a2b.zip |
r24558: merge from SAMBA_4_0:
rename 'dcerpc_table_' -> 'ndr_table_'
metze
(This used to be commit 4e5908cd596f97d3bb73bd9c0bf3d360944f7810)
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 c3851a910a..93800bf9f0 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 ndr_interface_table dcerpc_table_initshutdown; +extern const struct ndr_interface_table ndr_table_initshutdown; NTSTATUS dcerpc_server_initshutdown_init(void); #define DCERPC_INITSHUTDOWN_INIT (0x00) |