From c51ca559c1f0f243a7dd56d138aff6a86f31738d Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 21 May 2008 10:27:59 +0200 Subject: net: Make "net rpc" use functable3 (This used to be commit 428b56863c3963ecd041b8398d5683c92fa64307) --- source3/utils/net_proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 91037dcab6..0c702bbf91 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -212,8 +212,6 @@ bool net_rpc_check(struct net_context *c, unsigned flags); int rpc_printer_migrate(struct net_context *c, int argc, const char **argv); int rpc_printer_usage(struct net_context *c, int argc, const char **argv); int net_rpc_printer(struct net_context *c, int argc, const char **argv); -int net_rpc_help(struct net_context *c, int argc, const char **argv); -int net_rpc_usage(struct net_context *c, int argc, const char **argv); int net_rpc(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_rpc_audit.c */ -- cgit