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