diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 14:34:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:31 -0500 |
commit | f8fdbc967c774a1d62f87a534e4990d83ecc6b67 (patch) | |
tree | 108b74ae68e3b88592f1bcd0a98df46fdb7cfe27 /source4/lib/appweb | |
parent | 40de04329d604c7d5b3fe0a3ed9e034404575464 (diff) | |
download | samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.tar.gz samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.tar.xz samba-f8fdbc967c774a1d62f87a534e4990d83ecc6b67.zip |
r13944: Yet another round of splitups.
(This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
Diffstat (limited to 'source4/lib/appweb')
-rw-r--r-- | source4/lib/appweb/mpr/miniMpr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/appweb/mpr/miniMpr.h b/source4/lib/appweb/mpr/miniMpr.h index 0f668ab1d4e..d92e50fe891 100644 --- a/source4/lib/appweb/mpr/miniMpr.h +++ b/source4/lib/appweb/mpr/miniMpr.h @@ -274,6 +274,9 @@ extern int mprMemcpy(char *dest, int destMax, const char *src, int nbytes); extern void mprSetCtx(void *ctx); extern void *mprMemCtx(void); +/* This function needs to be provided by anyone using ejs */ +void ejs_exception(const char *reason); + #define mprStrCmpAnyCase(s1, s2) strcasecmp_m(s1, s2) #ifdef __cplusplus |