diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-16 01:08:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:23 -0500 |
commit | 3a93b655dd0d29ad9227d4530dde1996061f7116 (patch) | |
tree | 401bcbccf86fbd5679119020e98bde62355a9e8f /source4/librpc/idl | |
parent | f88c667e6a901aa401980503d29d0f68870dfa10 (diff) | |
download | samba-3a93b655dd0d29ad9227d4530dde1996061f7116.tar.gz samba-3a93b655dd0d29ad9227d4530dde1996061f7116.tar.bz2 samba-3a93b655dd0d29ad9227d4530dde1996061f7116.zip |
r21378: Add simple NDR epmap test.
(This used to be commit b29170c8eaafa3a573b0e26efecd6cacd68250b6)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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, |