aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_ocf_client.h
blob: 0ac1ac0a0dfdfac136c6e5de31ceebdeec2804ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) 2016, Intel Corporation.

#ifndef __zjs_ocf_client__
#define __zjs_ocf_client__

#include "jerry-api.h"

/*
 * Initialize the OCF client object
 */
jerry_value_t zjs_ocf_client_init();

/*
 * Cleanup OCF client
 */
void zjs_ocf_client_cleanup();

#endif // __zjs_ocf_client__