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

[scriptable, uuid(cb69ddf0-bce1-11de-8251-028037ec0200)]
interface rdIRedirect : nsISupports {
	void test();
};