diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-13 01:31:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:58 -0500 |
commit | b7779be06aa6fd16d24545c10c1a57ef04360617 (patch) | |
tree | 362061af6efa60a7c77d9188aee717df895d9733 /source4/librpc/idl/epmapper.idl | |
parent | 2129ba5082d10e3934b57074231a74150265fece (diff) | |
download | samba-b7779be06aa6fd16d24545c10c1a57ef04360617.tar.gz samba-b7779be06aa6fd16d24545c10c1a57ef04360617.tar.xz samba-b7779be06aa6fd16d24545c10c1a57ef04360617.zip |
r1799: List more uuids. From
http://www.hsc.fr/ressources/articles/win_net_srv
(This used to be commit 8d36dbed8c5bdc82176083b2c6f8d989ae903ba5)
Diffstat (limited to 'source4/librpc/idl/epmapper.idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 5331163810..07508b7840 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -177,4 +177,8 @@ interface epmapper [in] epm_twr_t *tower, [out] error_status_t status ); + + /**********************/ + /* Function 0x07 */ + void epm_MapAuth(); } |