aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ephyAddCertException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ephyAddCertException.idl')
-rw-r--r--embed/mozilla/ephyAddCertException.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/ephyAddCertException.idl b/embed/mozilla/ephyAddCertException.idl
new file mode 100644
index 000000000..3d04140b6
--- /dev/null
+++ b/embed/mozilla/ephyAddCertException.idl
@@ -0,0 +1,8 @@
+#include "nsISupports.idl"
+#include "nsIDOMWindow.idl"
+#include "nsIDOMDocument.idl"
+
+[uuid(cfdca027-c2c7-446a-8031-4d0041ab9f1e)]
+interface ephyAddCertException : nsISupports {
+ void showAddCertExceptionDialog (in nsIDOMDocument aDocument);
+};