mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
60b401efb9
(This used to be commit 48e6df5944
)
14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
/*
|
|
winstation interface definition
|
|
*/
|
|
|
|
#include "idl_types.h"
|
|
|
|
[ uuid("5ca4a760-ebb1-11cf-8611-00a0245420ed"),
|
|
version(1.0),
|
|
helpstring("Terminal Services remote management")
|
|
] interface winstation
|
|
{
|
|
void winstation_foo();
|
|
}
|