aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_ocf_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zjs_ocf_client.h')
-rw-r--r--src/zjs_ocf_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zjs_ocf_client.h b/src/zjs_ocf_client.h
index 6f78d1a..0ac1ac0 100644
--- a/src/zjs_ocf_client.h
+++ b/src/zjs_ocf_client.h
@@ -10,4 +10,9 @@
*/
jerry_value_t zjs_ocf_client_init();
+/*
+ * Cleanup OCF client
+ */
+void zjs_ocf_client_cleanup();
+
#endif // __zjs_ocf_client__