From b82d8c9928f7a39dbc552f99e1128e736d050622 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 3 Jun 2005 07:03:26 +0000 Subject: r7212: Disambiguate dummy functions to avoid linker problemos. (This used to be commit 61537301a3c2c93346d874132dd50a83f10b6fe9) --- source4/librpc/idl/dnsserver.idl | 2 +- source4/librpc/idl/winstation.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/dnsserver.idl b/source4/librpc/idl/dnsserver.idl index 01be88b0d7..9529763168 100644 --- a/source4/librpc/idl/dnsserver.idl +++ b/source4/librpc/idl/dnsserver.idl @@ -11,5 +11,5 @@ helpstring("DNS Server") ] interface dnsserver { - void foo(); + void dnsserver_foo(); } 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(); } -- cgit