From 283da12a73ea3edc49a63f7375bc2c64ed36e2b1 Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Wed, 13 Jul 2011 21:17:08 +0300 Subject: s3-net: Added the command rpc conf to the net binary. The net binary now has an extra item linked to it, the net_rpc_conf.c module. Signed-off-by: Michael Adam --- source3/utils/net_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index d1393f1818..c25294b174 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -469,4 +469,7 @@ int net_g_lock(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_rpc_trust.c */ int net_rpc_trust(struct net_context *c, int argc, const char **argv); +/* The following definitions come from utils/net_rpc_conf.c */ +int net_rpc_conf(struct net_context *c, int argc, const char **argv); + #endif /* _NET_PROTO_H_ */ -- cgit