summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_netlogon.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-28 13:31:40 +0100
committerGünther Deschner <gd@samba.org>2008-03-28 13:31:40 +0100
commit67ba3cd67eebaeeb1fe526a426712ae83c97c518 (patch)
tree0a5b6e26d472fe072dbcc6816c80b8b5634f7eb6 /source3/librpc/gen_ndr/ndr_netlogon.c
parentb7951cc2b6ebd33cabe4c2f616fc012b437f80d3 (diff)
downloadsamba-67ba3cd67eebaeeb1fe526a426712ae83c97c518.tar.gz
samba-67ba3cd67eebaeeb1fe526a426712ae83c97c518.tar.bz2
samba-67ba3cd67eebaeeb1fe526a426712ae83c97c518.zip
Re-run make idl.
Guenther (This used to be commit f8835462f2b88daa687edc79378511ffcb30905d)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_netlogon.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_netlogon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_netlogon.c b/source3/librpc/gen_ndr/ndr_netlogon.c
index 86535ca885..7f340b6599 100644
--- a/source3/librpc/gen_ndr/ndr_netlogon.c
+++ b/source3/librpc/gen_ndr/ndr_netlogon.c
@@ -6103,7 +6103,7 @@ _PUBLIC_ void ndr_print_netr_DsR_DcFlags(struct ndr_print *ndr, const char *name
ndr->depth--;
}
-static enum ndr_err_code ndr_push_netr_DsRGetDCNameInfo(struct ndr_push *ndr, int ndr_flags, const struct netr_DsRGetDCNameInfo *r)
+_PUBLIC_ enum ndr_err_code ndr_push_netr_DsRGetDCNameInfo(struct ndr_push *ndr, int ndr_flags, const struct netr_DsRGetDCNameInfo *r)
{
if (ndr_flags & NDR_SCALARS) {
NDR_CHECK(ndr_push_align(ndr, 4));
@@ -6159,7 +6159,7 @@ static enum ndr_err_code ndr_push_netr_DsRGetDCNameInfo(struct ndr_push *ndr, in
return NDR_ERR_SUCCESS;
}
-static enum ndr_err_code ndr_pull_netr_DsRGetDCNameInfo(struct ndr_pull *ndr, int ndr_flags, struct netr_DsRGetDCNameInfo *r)
+_PUBLIC_ enum ndr_err_code ndr_pull_netr_DsRGetDCNameInfo(struct ndr_pull *ndr, int ndr_flags, struct netr_DsRGetDCNameInfo *r)
{
uint32_t _ptr_dc_unc;
TALLOC_CTX *_mem_save_dc_unc_0;