s3-libnet: add missing header file, sorry.
authorGünther Deschner <gd@samba.org>
Tue, 13 Jul 2010 21:35:25 +0000 (23:35 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 13 Jul 2010 21:39:20 +0000 (23:39 +0200)
Guenther

source3/libnet/libnet_join.h [new file with mode: 0644]

diff --git a/source3/libnet/libnet_join.h b/source3/libnet/libnet_join.h
new file mode 100644 (file)
index 0000000..5659828
--- /dev/null
@@ -0,0 +1,13 @@
+/* The following definitions come from libnet/libnet_join.c  */
+
+NTSTATUS libnet_join_ok(const char *netbios_domain_name,
+                       const char *machine_name,
+                       const char *dc_name);
+WERROR libnet_init_JoinCtx(TALLOC_CTX *mem_ctx,
+                          struct libnet_JoinCtx **r);
+WERROR libnet_init_UnjoinCtx(TALLOC_CTX *mem_ctx,
+                            struct libnet_UnjoinCtx **r);
+WERROR libnet_Join(TALLOC_CTX *mem_ctx,
+                  struct libnet_JoinCtx *r);
+WERROR libnet_Unjoin(TALLOC_CTX *mem_ctx,
+                    struct libnet_UnjoinCtx *r);