/*
 * Copyright (c) 2016 Qualcomm Technologies, Inc.
 * All Rights Reserved.
 * Confidential and Proprietary - Qualcomm Technologies, Inc.
 */
#ifndef __CUTILS_PROPERTIES_H
#define __CUTILS_PROPERTIES_H
int property_set(const char *key, const char *value);
#endif

