aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ephyAddCertException.idl
blob: 3d04140b6ae98ea133d5577629cd3e8ab5b4a466 (plain) (blame)
1
2
3
4
5
6
7
8
#include "nsISupports.idl"
#include "nsIDOMWindow.idl"
#include "nsIDOMDocument.idl"

[uuid(cfdca027-c2c7-446a-8031-4d0041ab9f1e)]
interface ephyAddCertException : nsISupports {
  void showAddCertExceptionDialog (in nsIDOMDocument aDocument);
};