From 9bbf761bfe64b708144fb44b3f726c85efc58238 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 13 May 2010 00:05:40 +0200 Subject: s3-net: Added a rather trivial "net printing dump" command. Guenther --- source3/utils/net_proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index ab8a29731f..4cfd148309 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -427,6 +427,10 @@ int net_usershare(struct net_context *c, int argc, const char **argv); int net_eventlog(struct net_context *c, int argc, const char **argv); +/* The following definitions come from utils/net_printing.c */ + +int net_printing(struct net_context *c, int argc, const char **argv); + /* The following definitions come from utils/net_serverid.c */ int net_serverid(struct net_context *c, int argc, const char **argv); -- cgit