Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/components/hulahopAddCertException.idl
blob: 066826a3a1f1d6ad7d9f79a1c46d8577f498f530 (plain)
1
2
3
4
5
6
7
#include "nsISupports.idl"
#include "nsIDOMWindow.idl"

[scriptable, uuid(4117128f-0e50-4863-b7a7-40a853451cc0)]
interface hulahopAddCertException : nsISupports {
  void showDialog (in nsIDOMWindow aWindow);
};