diff options
author | Tim Potter <tpot@samba.org> | 2005-06-03 07:03:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:26 -0500 |
commit | b82d8c9928f7a39dbc552f99e1128e736d050622 (patch) | |
tree | c8879021519c2a2d28be761e8cea4393e5b33d04 /source4/librpc | |
parent | f1ade86d756a242e41d610981b948d03c68fbd4b (diff) | |
download | samba-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')
-rw-r--r-- | source4/librpc/idl/dnsserver.idl | 2 | ||||
-rw-r--r-- | source4/librpc/idl/winstation.idl | 2 |
2 files changed, 2 insertions, 2 deletions
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(); } |