summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winstation.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-06-03 07:03:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:26 -0500
commitb82d8c9928f7a39dbc552f99e1128e736d050622 (patch)
treec8879021519c2a2d28be761e8cea4393e5b33d04 /source4/librpc/idl/winstation.idl
parentf1ade86d756a242e41d610981b948d03c68fbd4b (diff)
downloadsamba-b82d8c9928f7a39dbc552f99e1128e736d050622.tar.gz
samba-b82d8c9928f7a39dbc552f99e1128e736d050622.tar.bz2
samba-b82d8c9928f7a39dbc552f99e1128e736d050622.zip
r7212: Disambiguate dummy functions to avoid linker problemos.
(This used to be commit 61537301a3c2c93346d874132dd50a83f10b6fe9)
Diffstat (limited to 'source4/librpc/idl/winstation.idl')
-rw-r--r--source4/librpc/idl/winstation.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/winstation.idl b/source4/librpc/idl/winstation.idl
index 5539cff04b..64860db717 100644
--- a/source4/librpc/idl/winstation.idl
+++ b/source4/librpc/idl/winstation.idl
@@ -11,5 +11,5 @@
helpstring("Terminal Services remote management")
] interface winstation
{
- void foo();
+ void winstation_foo();
}