summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/mpr/miniMpr.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-17 01:37:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-17 01:37:42 +0200
commitbbb826bdac54e3fec3426fe6d8e23790abbbc44f (patch)
treebb34465915176bd2b6568a9de94b96f4fea094ee /source4/lib/appweb/mpr/miniMpr.h
parenta145d21de63a5cb2d347c1281ed437cab6a95569 (diff)
downloadsamba-bbb826bdac54e3fec3426fe6d8e23790abbbc44f.tar.gz
samba-bbb826bdac54e3fec3426fe6d8e23790abbbc44f.tar.bz2
samba-bbb826bdac54e3fec3426fe6d8e23790abbbc44f.zip
Add convenience function for getting at event context from ejs code.
(This used to be commit b659e83cd6b627dd0ae04064bccff7220a5bd1ce)
Diffstat (limited to 'source4/lib/appweb/mpr/miniMpr.h')
-rw-r--r--source4/lib/appweb/mpr/miniMpr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/appweb/mpr/miniMpr.h b/source4/lib/appweb/mpr/miniMpr.h
index 15ce30c8df..2b8ff0af6a 100644
--- a/source4/lib/appweb/mpr/miniMpr.h
+++ b/source4/lib/appweb/mpr/miniMpr.h
@@ -274,6 +274,8 @@ extern void mprSetCtx(void *ctx);
extern void *mprMemCtx(void);
struct loadparm_context;
extern struct loadparm_context *mprLpCtx(void);
+struct event_context;
+extern struct event_context *mprEventCtx(void);
/* This function needs to be provided by anyone using ejs */
void ejs_exception(const char *reason);