From 82f96542fa457b57bd7e7a4db69b950f6f025cca Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Jul 2005 02:23:41 +0000 Subject: r8744: Split 'net samdump' out into a separate file Work on the talloc memory tree, as I think talloc_reference and other things were biting me. Crush unions in the name of code reform. ;-) Andrew Bartlett (This used to be commit 2eadcf46699f1cc7adb2066e17096f70c7b73998) --- source4/include/structs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index c30e9afad0..88f7311cc3 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -178,6 +178,8 @@ struct libnet_ListShares; struct libnet_AddShare; struct libnet_DelShare; struct libnet_Lookup; +struct libnet_SamDump; +struct libnet_SamSync; struct net_functable; struct net_context; @@ -263,7 +265,6 @@ struct wrepl_pull_names; struct arcfour_state; -union libnet_SamDump; struct websrv_context; struct EspRequest; struct PAC_LOGON_INFO; -- cgit