From 1634bd92eac7dcb2c6056c862a7a8c18f6bc8d1b Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 14 May 2008 14:29:52 +0200 Subject: net: Move printer help to net_rpc where it's used. (This used to be commit 2ee3d1aefab8dada5bd05a92b72776554617b7f9) --- 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 1472e8feb8..d429aa7ee2 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -117,7 +117,6 @@ int net_groupmap(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_help.c */ -int net_help_printer(struct net_context *c, int argc, const char **argv); int net_help_status(struct net_context *c, int argc, const char **argv); int net_help(struct net_context *c, int argc, const char **argv); -- cgit