From 98b9b5b7f36b7ad6eb3791a7830c9f94d7f1b49a Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 21 May 2008 09:05:35 +0200 Subject: net: Make "net rap" use functable3 (This used to be commit 7a2364518c4200befb419f2bcbf3afd425fd7a6f) --- 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 0d4714cf9f..91037dcab6 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -145,8 +145,6 @@ int net_rap_password_usage(struct net_context *c, int argc, const char **argv); int net_rap_password(struct net_context *c, int argc, const char **argv); int net_rap_admin_usage(struct net_context *c, int argc, const char **argv); int net_rap_admin(struct net_context *c, int argc, const char **argv); -int net_rap_help(struct net_context *c, int argc, const char **argv); -int net_rap_usage(struct net_context *c, int argc, const char **argv); int net_rap(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_registry.c */ -- cgit