summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-26 13:40:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-26 13:40:17 +0200
commitec362bdbc06a83d4b4656e5c3dde90c49adb2a64 (patch)
tree204bd0e0ee66b16cc9288c552d98348ec1591cdc /source4/scripting/ejs/smbcalls.c
parentcbe439383a8f9322c3b0b51aca863cecd77cafcb (diff)
downloadsamba-ec362bdbc06a83d4b4656e5c3dde90c49adb2a64.tar.gz
samba-ec362bdbc06a83d4b4656e5c3dde90c49adb2a64.tar.bz2
samba-ec362bdbc06a83d4b4656e5c3dde90c49adb2a64.zip
Remove unused datablob and nbt ejs bindings.
(This used to be commit f758553ac50d374f64a8763055dc4f12ab9b0c68)
Diffstat (limited to 'source4/scripting/ejs/smbcalls.c')
-rw-r--r--source4/scripting/ejs/smbcalls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c
index a90e1e62c8..d17f048887 100644
--- a/source4/scripting/ejs/smbcalls.c
+++ b/source4/scripting/ejs/smbcalls.c
@@ -191,7 +191,6 @@ void smb_setup_ejs_functions(void (*exception_handler)(const char *))
extern NTSTATUS smb_setup_ejs_system(void);
extern NTSTATUS smb_setup_ejs_ldb(void);
extern NTSTATUS ejs_init_svcctl(void);
- extern NTSTATUS smb_setup_ejs_nbt(void);
extern NTSTATUS smb_setup_ejs_net(void);
extern NTSTATUS ejs_init_srvsvc(void);
extern NTSTATUS ejs_init_netlogon(void);