aboutsummaryrefslogtreecommitdiff
path: root/components/interfaces/rdIRedirector.idl
blob: d229263a869f35e4b84248782c4394a8f5154e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
/* $Id */
#include "nsISupports.idl"
#include "rdIRedirect.idl"

[scriptable, uuid(cdf25d91-bce1-11de-aee1-028037ec0200)]
interface rdIRedirector : nsISupports {
	void test();
};