1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/librpc/idl/winstation.idl
Jelmer Vernooij 60b401efb9 r19846: Fix bunch of IDL warnings.
(This used to be commit 48e6df5944)
2007-10-10 14:28:24 -05: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();
}