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

#include "zjs_util.h"
#include "zjs_common.h"

/*
 * Initialize and return OCF server object
 */
jerry_value_t zjs_ocf_server_init();

/*
 * iotivity-constrained callback to register resources.
 */
void zjs_ocf_register_resources(void);

/*
 * OCF server module cleanup
 */
void zjs_ocf_server_cleanup();