Merge branch 'selftest' of git://git.samba.org/jelmer/samba
[kai/samba-autobuild/.git] / librpc / idl / protected_storage.idl
1 /*
2   protected_storage interface definitions
3   Also seen with UUID: 
4 */
5
6 [ uuid("c9378ff1-16f7-11d0-a0b2-00aa0061426a"),
7   version(1.0),
8   pointer_default(unique)
9 ] interface protected_storage
10 {
11         /*****************************/
12         /* Function        0x00      */
13         WERROR ps_XXX ();
14 }