summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-07-25 02:23:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:01 -0500
commit82f96542fa457b57bd7e7a4db69b950f6f025cca (patch)
tree4306f2653fcc297e1e27ee14f93b32879eda02e1 /source4/include
parent52371753bd93a598bf27ed1b47860bd82c826d05 (diff)
downloadsamba-82f96542fa457b57bd7e7a4db69b950f6f025cca.tar.gz
samba-82f96542fa457b57bd7e7a4db69b950f6f025cca.tar.bz2
samba-82f96542fa457b57bd7e7a4db69b950f6f025cca.zip
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)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/structs.h3
1 files changed, 2 insertions, 1 deletions
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;