summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-03 20:21:05 +0100
committerAndreas Schneider <asn@samba.org>2013-08-05 10:30:01 +0200
commit3e4ded48bbeacdcd128f3c667cbdd12a3efca312 (patch)
tree00fb8d987d62f34911e7508bac8c424f582343c7 /source3/utils/net_proto.h
parent9cfa6251600ddea0e821f2bd3fd359c28eb1b7f9 (diff)
downloadsamba-3e4ded48bbeacdcd128f3c667cbdd12a3efca312.tar.gz
samba-3e4ded48bbeacdcd128f3c667cbdd12a3efca312.tar.bz2
samba-3e4ded48bbeacdcd128f3c667cbdd12a3efca312.zip
s3-net: use libnetjoin for "net rpc join" newstyle.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index d791708f93..1809ba9f12 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -146,6 +146,7 @@ int run_rpc_command(struct net_context *c,
const char **argv);
int net_rpc_changetrustpw(struct net_context *c, int argc, const char **argv);
int net_rpc_testjoin(struct net_context *c, int argc, const char **argv);
+int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv);
int net_rpc_join(struct net_context *c, int argc, const char **argv);
NTSTATUS rpc_info_internals(struct net_context *c,
const struct dom_sid *domain_sid,
@@ -200,13 +201,6 @@ int net_rpc(struct net_context *c, int argc, const char **argv);
int net_rpc_audit(struct net_context *c, int argc, const char **argv);
-/* The following definitions come from utils/net_rpc_join.c */
-
-NTSTATUS net_rpc_join_ok(struct net_context *c, const char *domain,
- const char *server,
- const struct sockaddr_storage *server_ss);
-int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv);
-
/* The following definitions come from utils/net_rpc_printer.c */
NTSTATUS net_copy_fileattr(struct net_context *c,