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:
parent
753839c358
commit
61537301a3
@ -11,5 +11,5 @@
|
||||
helpstring("DNS Server")
|
||||
] interface dnsserver
|
||||
{
|
||||
void foo();
|
||||
void dnsserver_foo();
|
||||
}
|
||||
|
@ -11,5 +11,5 @@
|
||||
helpstring("Terminal Services remote management")
|
||||
] interface winstation
|
||||
{
|
||||
void foo();
|
||||
void winstation_foo();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user