diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-14 00:44:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:35 -0500 |
commit | 00d74b84e902e4d9ef4874637822d1ae5697275f (patch) | |
tree | b6198038290fbd22d6c7dcc09a98c7051c1b78d1 /source4/lib/registry | |
parent | 8afe4e7f3c18181a809da90a008d9a5deb86ca6b (diff) | |
download | samba-00d74b84e902e4d9ef4874637822d1ae5697275f.tar.gz samba-00d74b84e902e4d9ef4874637822d1ae5697275f.tar.bz2 samba-00d74b84e902e4d9ef4874637822d1ae5697275f.zip |
r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it out when it's part of dcerpc.
(This used to be commit dc4428553ec2749ef1ba24fbffeaabf0af6bf364)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/registry.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index 509e66b5fd..29aa226539 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -183,6 +183,10 @@ struct reg_diff struct auth_session_info; struct event_context; +#ifndef _PUBLIC_ +#define _PUBLIC_ +#endif + _PUBLIC_ WERROR reg_open_local (TALLOC_CTX *mem_ctx, struct registry_context **ctx, struct auth_session_info *session_info, |