blob: d20bdeff686c1bbc2dc6034682c121deaa3dbd1f [file] [log] [blame]
that7e303cf2014-03-06 07:57:43 +01001/*
2 * Copyright (C) 2007 The Android Open Source Project
3 *
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 */
16
17#ifndef _LEGACY_PROPERTY_H
18#define _LEGACY_PROPERTY_H
19
20#include <stdbool.h>
21
22void legacy_get_property_workspace(int *fd, int *sz);
Matt Mowercdd3b332014-03-27 14:38:48 -050023int legacy_properties_init();
that7e303cf2014-03-06 07:57:43 +010024
25#endif /* _LEGACY_PROPERTY_H */