From 2f65012d3d2d6af11af0c2673c733d0cc8e9fb02 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 01:39:02 +0000 Subject: r14500: Make some more functions public (This used to be commit 867fc489228a827fae08de3969e0db2a22192609) --- source4/web_server/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/web_server/http.c') diff --git a/source4/web_server/http.c b/source4/web_server/http.c index 5ff96f671c..3df9fcb25a 100644 --- a/source4/web_server/http.c +++ b/source4/web_server/http.c @@ -467,7 +467,7 @@ static void http_setup_arrays(struct esp_state *esp) static jmp_buf ejs_exception_buf; static const char *exception_reason; -void ejs_exception(const char *reason) +_PUBLIC_ void ejs_exception(const char *reason) { Ejs *ep = ejsPtr(0); if (ep) { -- cgit