summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_unbecome_dc.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-05 11:49:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:28:53 -0500
commit584446d5b1750140f645f854e8f46a689b5f5cce (patch)
tree78a2c8a1011abce0e606edd2550b7dce1d82b315 /source4/libnet/libnet_unbecome_dc.h
parent6d34f76f8692e43403a8bda51d057063b52f362a (diff)
downloadsamba-584446d5b1750140f645f854e8f46a689b5f5cce.tar.gz
samba-584446d5b1750140f645f854e8f46a689b5f5cce.tar.bz2
samba-584446d5b1750140f645f854e8f46a689b5f5cce.zip
r20040: uncomplete implementation start for libnet_UnbecomeDC()
metze (This used to be commit f66a93ec0b5c0250dd5c49adde163b2aaaaddfbd)
Diffstat (limited to 'source4/libnet/libnet_unbecome_dc.h')
-rw-r--r--source4/libnet/libnet_unbecome_dc.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/source4/libnet/libnet_unbecome_dc.h b/source4/libnet/libnet_unbecome_dc.h
new file mode 100644
index 0000000000..b7011c03db
--- /dev/null
+++ b/source4/libnet/libnet_unbecome_dc.h
@@ -0,0 +1,32 @@
+/*
+ Unix SMB/CIFS implementation.
+
+ Copyright (C) Stefan Metzmacher 2006
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
+
+struct libnet_UnbecomeDC {
+ struct {
+ const char *domain_dns_name;
+ const char *domain_netbios_name;
+ const char *source_dsa_address;
+ const char *dest_dsa_netbios_name;
+ } in;
+
+ struct {
+ const char *error_string;
+ } out;
+};