From 00f6ad7b5a7ea684b329c2ce68ada77036c94b08 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 14 May 2008 09:01:53 +0200 Subject: net: Split out "net afs" (This used to be commit 3f10527f79dddff703d31588cad3e9f37176565b) --- source3/utils/net_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index d7374b40e6..3a98c3bc01 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -49,7 +49,6 @@ int net_run_function(struct net_context *c, int argc, const char **argv, 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_help_afs(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_ads.c */ -- cgit