1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r7212: Disambiguate dummy functions to avoid linker problemos.

This commit is contained in:
Tim Potter 2005-06-03 07:03:26 +00:00 committed by Gerald (Jerry) Carter
parent 753839c358
commit 61537301a3
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@
helpstring("DNS Server")
] interface dnsserver
{
void foo();
void dnsserver_foo();
}

View File

@ -11,5 +11,5 @@
helpstring("Terminal Services remote management")
] interface winstation
{
void foo();
void winstation_foo();
}