From 3a93b655dd0d29ad9227d4530dde1996061f7116 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 16 Feb 2007 01:08:59 +0000 Subject: r21378: Add simple NDR epmap test. (This used to be commit b29170c8eaafa3a573b0e26efecd6cacd68250b6) --- source4/librpc/idl/epmapper.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/epmapper.idl') diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index dcab33bcf5..5611c3de18 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -265,7 +265,7 @@ interface epmapper epm_twr_t *twr; } epm_twr_p_t; - error_status_t epm_Map( + [public] error_status_t epm_Map( [in,ptr] GUID *object, [in,ptr] epm_twr_t *map_tower, [in,out] policy_handle *entry_handle, -- cgit