summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/ejs/smbcalls.h')
-rw-r--r--source4/scripting/ejs/smbcalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/scripting/ejs/smbcalls.h b/source4/scripting/ejs/smbcalls.h
index f47d27643d..5954d2385e 100644
--- a/source4/scripting/ejs/smbcalls.h
+++ b/source4/scripting/ejs/smbcalls.h
@@ -29,4 +29,7 @@ void mprAddArray(struct MprVar *var, int i, struct MprVar v);
void mprSetCFunction(struct MprVar *obj, const char *name, MprCFunction fn);
void mprSetStringCFunction(struct MprVar *obj, const char *name, MprStringCFunction fn);
+struct ldb_context;
+struct ldb_message;
+
#include "scripting/ejs/proto.h"