diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-29 20:30:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:57 -0500 |
commit | 396074a7fce4db86a58cb56e42fbbf93eb73ce8a (patch) | |
tree | 45549cda3e08c3fa68cb79249d647872afbc84b3 /source4/include/structs.h | |
parent | 9a7481bcfeff29495334eff8803878c2c238878f (diff) | |
download | samba-396074a7fce4db86a58cb56e42fbbf93eb73ce8a.tar.gz samba-396074a7fce4db86a58cb56e42fbbf93eb73ce8a.tar.bz2 samba-396074a7fce4db86a58cb56e42fbbf93eb73ce8a.zip |
r7999: Fix lacking structure definition.
rafal
(This used to be commit 6886aefe4c78e3e208eacb3c4b76f1189bd1352a)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 41b153e2b8..b83c342e89 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -99,6 +99,7 @@ struct samr_LogonHours; struct netr_Credential; struct netr_Authenticator; union netr_Validation; +struct netr_SamBaseInfo; struct iface_struct; |