blob: 2944f8174c2cb1d3a1e7c59cf21b9e79784788fb [file] [log] [blame]
// Copyright 2015 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_ICU_DATA_CPP_ICU_DATA_H_
#define LIB_ICU_DATA_CPP_ICU_DATA_H_
namespace component {
class StartupContext;
}
namespace icu_data {
bool Initialize(component::StartupContext* context,
const char* optional_data_path = 0);
bool Release();
} // namespace icu_data
#endif // LIB_ICU_DATA_CPP_ICU_DATA_H_