diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 16:39:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:32 -0500 |
commit | cdf218e270bb6e0e3e04419279292c80ed39fb98 (patch) | |
tree | b68c8122feb58ff86f7167786a1afc330692387a /source4/include/structs.h | |
parent | b873c1789faf4413dcd30e934135ce3517510408 (diff) | |
download | samba-cdf218e270bb6e0e3e04419279292c80ed39fb98.tar.gz samba-cdf218e270bb6e0e3e04419279292c80ed39fb98.tar.bz2 samba-cdf218e270bb6e0e3e04419279292c80ed39fb98.zip |
r9589: Support reading secrets tdb
(This used to be commit dd15131b5219ecf0d09329c0de37c426b9147f45)
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 6d060fb22f..cac46c030f 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -278,4 +278,5 @@ struct samba3_groupdb; struct samba3_winsdb_entry; struct samba3_policy; struct samba3_regdb; +struct samba3_secrets; struct samba3; |