summaryrefslogtreecommitdiff
path: root/librpc/idl/protected_storage.idl
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-11-20 18:06:12 +0300
committerStefan Metzmacher <metze@samba.org>2011-01-12 09:06:04 +0100
commit9d9c2128585a1d5fdb9090215750427df6a883ff (patch)
tree3eaacd833e99f6dbba9a4f1fd3436d44664b77c9 /librpc/idl/protected_storage.idl
parente2a3ff184e7e6133b3536c5a40c9f05849b1f196 (diff)
downloadsamba-9d9c2128585a1d5fdb9090215750427df6a883ff.tar.gz
samba-9d9c2128585a1d5fdb9090215750427df6a883ff.tar.bz2
samba-9d9c2128585a1d5fdb9090215750427df6a883ff.zip
idl: remove protected storage
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/idl/protected_storage.idl')
-rw-r--r--librpc/idl/protected_storage.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/librpc/idl/protected_storage.idl b/librpc/idl/protected_storage.idl
deleted file mode 100644
index 7841f91ca9..0000000000
--- a/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 ();
-}