summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_unixinfo.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-18 12:25:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:55 -0500
commit24c594d0b3e5409f5622f3b682dcc4cda0412d01 (patch)
treed4fb08d0b6e813e3ccea41e3abe14f4420f02730 /source3/librpc/gen_ndr/ndr_unixinfo.c
parent68821746d8f79e7480b936d215875eb17af7eccf (diff)
downloadsamba-24c594d0b3e5409f5622f3b682dcc4cda0412d01.tar.gz
samba-24c594d0b3e5409f5622f3b682dcc4cda0412d01.tar.bz2
samba-24c594d0b3e5409f5622f3b682dcc4cda0412d01.zip
r24541: merge from SAMBA_4_0:
rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list into ndr_interface_string_array and move it to libndr.h metze (This used to be commit 9fec0d6c2ceaf66752baa5c8a34821bef2c5b833)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_unixinfo.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_unixinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_unixinfo.c b/source3/librpc/gen_ndr/ndr_unixinfo.c
index cec9c18945..a1866ae88c 100644
--- a/source3/librpc/gen_ndr/ndr_unixinfo.c
+++ b/source3/librpc/gen_ndr/ndr_unixinfo.c
@@ -496,7 +496,7 @@ const char * const unixinfo_endpoint_strings[] = {
"ncalrpc:",
};
-const struct dcerpc_endpoint_list unixinfo_endpoints = {
+const struct ndr_interface_string_array unixinfo_endpoints = {
.count = 3,
.names = unixinfo_endpoint_strings
};
@@ -505,7 +505,7 @@ const char * const unixinfo_authservice_strings[] = {
"host",
};
-const struct dcerpc_authservice_list unixinfo_authservices = {
+const struct ndr_interface_string_array unixinfo_authservices = {
.count = 3,
.names = unixinfo_authservice_strings
};