summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-17 02:55:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:33:26 -0500
commit29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2 (patch)
treebca023c3d0cb95d2e25f40496223c66c9911c582 /source4/scripting/ejs/smbcalls.c
parent60beb50044b57b87bbb0143ed0236fdedfb81552 (diff)
downloadsamba-29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2.tar.gz
samba-29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2.tar.bz2
samba-29e5e9e1e3b8f463bf782f3f42ce4a02cd55fca2.zip
r9344: started adding calls for manipulation of data blobs in ejs
added: blobToArray() blobFromArray() blobCompare() (This used to be commit cc5a3e9cc3b44f418eb5dfcd4e855a36c5ac8327)
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 cc4a3d703a..3981e1dd7a 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_datablob();
ejsDefineCFunction(-1, "typeof", ejs_typeof, NULL, MPR_VAR_SCRIPT_HANDLE);
ejsDefineStringCFunction(-1, "libinclude", ejs_libinclude, NULL, MPR_VAR_SCRIPT_HANDLE);