summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-28 23:03:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:53 -0500
commitd152839e299e7e406bb938c5b413ad975a895d6f (patch)
tree5fa93a2735d20ed09b6679584e72d321f0dea960 /source4/scripting/ejs/smbcalls.c
parentd6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7 (diff)
downloadsamba-d152839e299e7e406bb938c5b413ad975a895d6f.tar.gz
samba-d152839e299e7e406bb938c5b413ad975a895d6f.tar.bz2
samba-d152839e299e7e406bb938c5b413ad975a895d6f.zip
r9722: Initial attempt at converting samba3dump to EJS..
(This used to be commit 7e3b94dfb9c421793dab7813b96ca63da4b33960)
Diffstat (limited to 'source4/scripting/ejs/smbcalls.c')
-rw-r--r--source4/scripting/ejs/smbcalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c
index 3981e1dd7a..a73fbe52c3 100644
--- a/source4/scripting/ejs/smbcalls.c
+++ b/source4/scripting/ejs/smbcalls.c
@@ -128,6 +128,7 @@ void smb_setup_ejs_functions(void)
smb_setup_ejs_random();
smb_setup_ejs_system();
smb_setup_ejs_credentials();
+ smb_setup_ejs_samba3();
smb_setup_ejs_datablob();
ejsDefineCFunction(-1, "typeof", ejs_typeof, NULL, MPR_VAR_SCRIPT_HANDLE);