summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-22 09:41:21 +0200
committerKai Blin <kai@samba.org>2008-06-10 09:45:19 +0200
commit44c260743cc01d7fa07b66b771b94de98b5b7444 (patch)
tree728926ad2d7a93bb1af3e2747816af40f6adf149 /source3/utils/net_proto.h
parent6fd35d25bff4e1ceef07613c732dd7800afda35f (diff)
downloadsamba-44c260743cc01d7fa07b66b771b94de98b5b7444.tar.gz
samba-44c260743cc01d7fa07b66b771b94de98b5b7444.tar.bz2
samba-44c260743cc01d7fa07b66b771b94de98b5b7444.zip
net: Add net_run_function3
(This used to be commit ba1108f06ae5860c8f418dc383b027068780abf9)
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index 5af9d9e2cd..31ee584c4c 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -460,6 +460,8 @@ int net_run_function(struct net_context *c, int argc, const char **argv,
int argc, const char **argv));
int net_run_function2(struct net_context *c, int argc, const char **argv,
const char *whoami, struct functable2 *table);
+int net_run_function3(struct net_context *c, int argc, const char **argv,
+ const char *whoami, struct functable3 *table);
/* The following definitions come from utils/netlookup.c */