librpc: Re-run make idl_full
[kai/samba-autobuild/.git] / librpc / idl / keysvc.idl
1 /*
2   cryptographic key services interface
3 */
4
5
6 /* Also seen as: 0d72a7d4-6148-11d1-b4aa-00c04fb66ea0 */
7 [
8   uuid("8d0ffe72-d252-11d0-bf8f-00c04fd9126b"),
9   pointer_default(unique),
10   version(1.0),
11   helpstring("Cryptographic Key Services")
12 ]
13 interface keysvc
14 {
15         WERROR keysvc_Unknown0();
16 }