mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ad9a81c6a9
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Dec 18 08:05:05 UTC 2019 on sn-devel-184
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();
|
|
}
|