From 1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Mon, 16 Jul 2012 09:34:15 +0200 Subject: s3:net add command "connections cleanup" Signed-off-by: Andrew Bartlett --- source3/utils/net_proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 3f99e14e6e..a683abb67e 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -132,6 +132,10 @@ int net_rap(struct net_context *c, int argc, const char **argv); int net_registry(struct net_context *c, int argc, const char **argv); +/* The following definitions come from utils/net_connections.c */ + +int net_connections(struct net_context *c, int argc, const char **argv); + /* The following definitions come from utils/net_rpc.c */ NTSTATUS net_get_remote_domain_sid(struct cli_state *cli, TALLOC_CTX *mem_ctx, -- cgit