From ab6ae6838eaad3f7e31cb7dd3ce8ac4a75fd2c84 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 24 Oct 2005 21:10:53 +0000 Subject: r11281: Initial ejs interface for libnet functions. rafal (This used to be commit f9c436bbdf0f071247da025f6984f9ee1c48dca8) --- source4/scripting/ejs/smbcalls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/ejs/smbcalls.c') diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c index d0ce1366a5..3e5035b272 100644 --- a/source4/scripting/ejs/smbcalls.c +++ b/source4/scripting/ejs/smbcalls.c @@ -131,6 +131,7 @@ void smb_setup_ejs_functions(void) smb_setup_ejs_samba3(); smb_setup_ejs_param(); smb_setup_ejs_datablob(); + ejsnet_setup(); ejsDefineCFunction(-1, "typeof", ejs_typeof, NULL, MPR_VAR_SCRIPT_HANDLE); ejsDefineStringCFunction(-1, "libinclude", ejs_libinclude, NULL, MPR_VAR_SCRIPT_HANDLE); -- cgit