summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/ejsnet.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-11-08 23:22:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:54 -0500
commit2a006a7e6bf4a8813b1c5d9b07643082d98a4988 (patch)
treebd0365d365170a1354aeae248eea4046938475e9 /source4/scripting/ejs/ejsnet.h
parent9a9604b26c7639e3ebf989e6c9195bcca008d65c (diff)
downloadsamba-2a006a7e6bf4a8813b1c5d9b07643082d98a4988.tar.gz
samba-2a006a7e6bf4a8813b1c5d9b07643082d98a4988.tar.bz2
samba-2a006a7e6bf4a8813b1c5d9b07643082d98a4988.zip
r11586: Further work on ejs interface for libnet. The idea is to split libnet
functionalities into groups of subcontexts of net subcontext just the way it's done in net tool. This way we can pass common arguments when creating subcontext. Also, this may allow easier writing net tool completely as a script. At the moment there's a name resolve code segfault to be fixed. rafal (This used to be commit 25310d05927dab69d37248977f974bcaedbd081b)
Diffstat (limited to 'source4/scripting/ejs/ejsnet.h')
-rw-r--r--source4/scripting/ejs/ejsnet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/ejs/ejsnet.h b/source4/scripting/ejs/ejsnet.h
index 4ea64df36b..50978c648d 100644
--- a/source4/scripting/ejs/ejsnet.h
+++ b/source4/scripting/ejs/ejsnet.h
@@ -24,4 +24,5 @@
void ejsnet_setup(void);
+static int ejs_net_userman(MprVarHandle, int, struct MprVar**);
static int ejs_net_createuser(MprVarHandle, int, char**);