From d226abdd05e8fd7a0a93c72f8d62084ee3c9ae23 Mon Sep 17 00:00:00 2001 From: "sudu%netscape.com" Date: Thu, 17 Sep 1998 18:12:40 +0000 Subject: [PATCH] Changed method signature of LM_GetJSPrincipalsFromJavaCaller --- include/libmocha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libmocha.h b/include/libmocha.h index edc7b63f721..dea5a18341e 100644 --- a/include/libmocha.h +++ b/include/libmocha.h @@ -551,7 +551,7 @@ LM_SetUntransformedSource(JSPrincipals *principals, char *original, char *transformed); extern JSPrincipals * PR_CALLBACK -LM_GetJSPrincipalsFromJavaCaller(JSContext *cx, int callerDepth); +LM_GetJSPrincipalsFromJavaCaller(JSContext *cx, void *principalsArray); /* * LM_RegisterPrincipals will verify and register a set of principals