From 7e7fa6fb9f8e894739a9e3262961be999cfae03a Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 3 Sep 2002 21:47:34 +0000
Subject: [PATCH] Removed static from js_DefinedMethods() definition.

---
 src/sbbs3/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 075a2d792f..bbf0965e56 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -250,7 +250,7 @@ static JSClass js_method_class = {
 
 static const char* method_array_name = "_method_list";
 
-static JSBool 
+JSBool 
 DLLCALL js_DefineMethods(JSContext* cx, JSObject* obj, JSFunctionSpec *funcs)
 {
 	int			i;
-- 
GitLab