summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-11 18:59:57 +0100
committerGünther Deschner <gd@samba.org>2008-11-18 16:00:52 +0100
commitb8fee9d863054e18e5103fa197acbf58129db09d (patch)
treefc028ce3d60f1f03c64d577a99c758a9040deff6 /source3/utils/net_proto.h
parentee81191d5c0a6d220b162b8f555a01e6667fbff8 (diff)
downloadsamba-b8fee9d863054e18e5103fa197acbf58129db09d.tar.gz
samba-b8fee9d863054e18e5103fa197acbf58129db09d.tar.bz2
samba-b8fee9d863054e18e5103fa197acbf58129db09d.zip
s3-net: add net_scan_dc function.
Guenther
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index ee4388f157..128f88b0d3 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -473,6 +473,10 @@ void net_display_usage_from_functable(struct functable *table);
const char *net_share_type_str(int num_type);
+NTSTATUS net_scan_dc(struct net_context *c,
+ struct cli_state *cli,
+ struct net_dc_info *dc_info);
+
/* The following definitions come from utils/netlookup.c */
NTSTATUS net_lookup_name_from_sid(struct net_context *c,