1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/librpc/idl/winstation.idl
Andrew Bartlett ad9a81c6a9 librpc: Move winstation.idl to the top level and exclude from fuzzing
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
2019-12-18 08:05:05 +00:00

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();
}