summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-23 15:00:17 +0100
committerGünther Deschner <gd@samba.org>2009-02-04 19:01:31 +0100
commit21d23bf7e893aa8afc128af419135f4d37b080f9 (patch)
tree6862d138fb81432ec1edf64f49ef5a4e08e2aead /source3/utils/net_proto.h
parent65200328eea3ab2179796ecf88a7ef276f8e2c9c (diff)
downloadsamba-21d23bf7e893aa8afc128af419135f4d37b080f9.tar.gz
samba-21d23bf7e893aa8afc128af419135f4d37b080f9.tar.bz2
samba-21d23bf7e893aa8afc128af419135f4d37b080f9.zip
s3-net: add "net eventlog dump".
This allows to dump a native (non-wrapped) win32 *.evt eventlog file. Guenther
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index a65fbbb6eb..75ac032db9 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -427,6 +427,9 @@ int net_usershare(struct net_context *c, int argc, const char **argv);
int net_lua(struct net_context *c, int argc, const char **argv);
+/* The following definitions come from utils/net_eventlog.c */
+
+int net_eventlog(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_util.c */