r9800: Add EJS interface to param. tridge, sorry this overlaps a bit
[samba.git] / source4 / scripting / ejs / smbcalls.c
index a73fbe52c38f9850260735ff96083fed87a809f3..d0ce1366a512407b59116dc43191ee75299c00c8 100644 (file)
@@ -129,6 +129,7 @@ void smb_setup_ejs_functions(void)
        smb_setup_ejs_system();
        smb_setup_ejs_credentials();
        smb_setup_ejs_samba3();
+       smb_setup_ejs_param();
        smb_setup_ejs_datablob();
 
        ejsDefineCFunction(-1, "typeof", ejs_typeof, NULL, MPR_VAR_SCRIPT_HANDLE);