From 255bdb26025a5025bc60637dd924f6ec71c49ee5 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sat, 7 Jun 2008 02:25:08 +0200 Subject: net: Rename functable3 to functable, get rid of old functables (This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) --- source3/utils/net_proto.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 0c702bbf91..fe3b8648db 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -449,14 +449,8 @@ NTSTATUS net_make_ipc_connection_ex(struct net_context *c ,const char *domain, unsigned flags, struct cli_state **pcli); const char *net_prompt_pass(struct net_context *c, const char *user); int net_run_function(struct net_context *c, int argc, const char **argv, - struct functable *table, - int (*usage_fn)(struct net_context *c, - int argc, const char **argv)); -int net_run_function2(struct net_context *c, int argc, const char **argv, - const char *whoami, struct functable2 *table); -int net_run_function3(struct net_context *c, int argc, const char **argv, - const char *whoami, struct functable3 *table); -void net_display_usage_from_functable(struct functable3 *table); + const char *whoami, struct functable *table); +void net_display_usage_from_functable(struct functable *table); /* The following definitions come from utils/netlookup.c */ -- cgit