blob: 1348befd5d9c5e371615e6c865e355e4860b41ae [file] [log] [blame]
philip.liard@gmail.com1ad5e5b2011-07-01 08:22:06 +00001/*
philip.liard@gmail.comb9056912011-08-18 11:41:24 +00002 * Copyright (C) 2011 The Libphonenumber Authors
philip.liard@gmail.com1ad5e5b2011-07-01 08:22:06 +00003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
philip.liard@gmail.com4784d0d2011-08-12 07:44:38 +000016
philip.liard@gmail.com1ad5e5b2011-07-01 08:22:06 +000017#ifndef I18N_PHONENUMBERS_METADATA_H_
18#define I18N_PHONENUMBERS_METADATA_H_
19
20namespace i18n {
21namespace phonenumbers {
22
23int metadata_size();
24const void* metadata_get();
25
26} // namespace phonenumbers
27} // namespace i18n
28
29#endif // I18N_PHONENUMBERS_METADATA_H_