diff options
Diffstat (limited to 'source4/librpc/idl/protected_storage.idl')
-rw-r--r-- | source4/librpc/idl/protected_storage.idl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source4/librpc/idl/protected_storage.idl b/source4/librpc/idl/protected_storage.idl deleted file mode 100644 index 7841f91ca9..0000000000 --- a/source4/librpc/idl/protected_storage.idl +++ /dev/null @@ -1,14 +0,0 @@ -/* - protected_storage interface definitions - Also seen with UUID: -*/ - -[ uuid("c9378ff1-16f7-11d0-a0b2-00aa0061426a"), - version(1.0), - pointer_default(unique) -] interface protected_storage -{ - /*****************************/ - /* Function 0x00 */ - WERROR ps_XXX (); -} |