From e82ac8655e95e9df818d8b74c79c06f090a01d70 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 12 Feb 2010 12:20:03 +0100 Subject: s4:net_drs_bind: make some more stuff static metze --- source4/utils/net/drs/net_drs_bind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/utils') diff --git a/source4/utils/net/drs/net_drs_bind.c b/source4/utils/net/drs/net_drs_bind.c index ca1f9e0e94..910974ed3e 100644 --- a/source4/utils/net/drs/net_drs_bind.c +++ b/source4/utils/net/drs/net_drs_bind.c @@ -32,7 +32,7 @@ struct drs_extension_flag { const char *win_name; }; -const struct drs_extension_flag drs_repl_flags[] = { +static const struct drs_extension_flag drs_repl_flags[] = { DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_BASE, "DRS_EXT_BASE"), DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_ASYNC_REPLICATION, "DRS_EXT_ASYNCREPL"), DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_REMOVEAPI, "DRS_EXT_REMOVEAPI"), @@ -69,7 +69,7 @@ const struct drs_extension_flag drs_repl_flags[] = { DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_RESERVED_PART3, "DRS_EXT_RESERVED_FOR_WIN2K_OR_DOTNET_PART3") }; -const struct drs_extension_flag drs_repl_flags_ex[] = { +static const struct drs_extension_flag drs_repl_flags_ex[] = { DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_ADAM, "DRS_EXT_ADAM"), DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_LH_BETA2, "DRS_EXT_LH_BETA2"), DEFINE_FLAG(DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN, "DRS_EXT_RECYCLE_BIN") -- cgit