From 11c342724fe23ef532063a7731c2a6d19614cf78 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 24 Mar 2011 12:10:13 +0100 Subject: s3-net: Add net trust utility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- 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 7567b8c618..ba3860a88d 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -464,4 +464,7 @@ char *get_pass( const char *prompt, bool stdin_get); /* The following definitions come from utils/net_g_lock.c */ 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); + #endif /* _NET_PROTO_H_ */ -- cgit