diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-07-25 02:23:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:01 -0500 |
commit | 82f96542fa457b57bd7e7a4db69b950f6f025cca (patch) | |
tree | 4306f2653fcc297e1e27ee14f93b32879eda02e1 /source4/include/structs.h | |
parent | 52371753bd93a598bf27ed1b47860bd82c826d05 (diff) | |
download | samba-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/structs.h')
-rw-r--r-- | source4/include/structs.h | 3 |
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; |