diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 21:11:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:51 -0500 |
commit | 7285e102f063122ca8ef1222cc6e9a5cde176b41 (patch) | |
tree | 2551036f62d46558a1e9acd26a20f2c0b7241dce /source4/include/structs.h | |
parent | 10c183d9ae941f0ef143b2d50aebfcaf550c72b3 (diff) | |
download | samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.tar.gz samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.tar.bz2 samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.zip |
r12523: Convert the registry subsystem to use a seperate prototype header
(note that this doesn't use the distinction between private
and public prototypes yet)
(This used to be commit 60e11f575821c1762b25ad66441b6e69ad1167ef)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r-- | source4/include/structs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 39226cacbc..153902d13a 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -138,10 +138,6 @@ struct ldap_connection; struct ldap_message; struct ldap_Result; struct rw_buffer; -struct registry_context; -struct registry_key; -struct registry_value; -struct reg_diff_file; struct rap_NetShareEnum; struct rap_NetServerEnum2; @@ -375,3 +371,5 @@ struct IUnknown; struct IUnknown_vtable; struct MprVar; + +struct registry_context; |