aboutsummaryrefslogtreecommitdiff
path: root/components/interfaces/rdIRedirect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'components/interfaces/rdIRedirect.idl')
-rw-r--r--components/interfaces/rdIRedirect.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/interfaces/rdIRedirect.idl b/components/interfaces/rdIRedirect.idl
new file mode 100644
index 0000000..e1d9d1b
--- /dev/null
+++ b/components/interfaces/rdIRedirect.idl
@@ -0,0 +1,8 @@
+/* $Id */
+#include "nsISupports.idl"
+
+[scriptable, uuid(12300000-0000-0000-c000-000000000046)]
+interface rdIRedirect {
+ void test();
+};
+