From ab78cc9dcaff48fd314a80d24907abb64990ffd7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 07:14:01 +0000 Subject: r7008: - split out the loadparm type definitions so loadparm internals can be accessed externally - moved esp_lpGet() to web_server/calls.c - attempt to fixup ejs build with includes.h again (This used to be commit 592a81c347981420154ddf3b8d4252d3bb08bc86) --- source4/web_server/ejs/miniMpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/web_server/ejs/miniMpr.c') diff --git a/source4/web_server/ejs/miniMpr.c b/source4/web_server/ejs/miniMpr.c index 8e1689ac9d..311f2defeb 100644 --- a/source4/web_server/ejs/miniMpr.c +++ b/source4/web_server/ejs/miniMpr.c @@ -35,7 +35,7 @@ #if !BLD_APPWEB #if !BLD_GOAHEAD_WEBSERVER -static TALLOC_CTX *mpr_ctx; +static void *mpr_ctx; void mprSetCtx(TALLOC_CTX *ctx) { -- cgit