From 00d74b84e902e4d9ef4874637822d1ae5697275f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 14 Mar 2007 00:44:29 +0000 Subject: 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) --- source4/lib/registry/registry.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/registry/registry.h') 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, -- cgit