mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
2bf6dff983
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11b
)
28 lines
628 B
Plaintext
28 lines
628 B
Plaintext
[
|
|
uuid("45f52c28-7f9f-101a-b52b-08002b2efabe"),
|
|
version(1.0),
|
|
helpstring("Server-to-Server WINS")
|
|
] interface WinsPipe
|
|
{
|
|
void WinsRecordAction();
|
|
void WinsStatus();
|
|
void WinsTrigger();
|
|
void WinsDoStaticInit();
|
|
void WinsDoScavenging();
|
|
void WinsGetDbRecs();
|
|
void WinsTerm();
|
|
void WinsBackup();
|
|
void WinsDelDbRecs();
|
|
void WinsPullRange();
|
|
void WinsSetPriorityClass();
|
|
void WinsResetCounters();
|
|
void WinsWorkerThreadUpdate();
|
|
void WinsGetNameAndAdd();
|
|
void WinsGetBrowserNames_Old();
|
|
void WinsDeleteWins();
|
|
void WinsSetFlags();
|
|
void WinsGetDbRecsByName();
|
|
void WinsStatusWHdl();
|
|
void WinsDoScanvenging2();
|
|
}
|