[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / tizen_src / downloadable / ewk_interface_main.h
1 // Copyright 2019 Samsung Electronics. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef __EWK_INTERFACE_MAIN__
6 #define __EWK_INTERFACE_MAIN__
7
8 namespace ewk_interface {
9
10 extern void* g_impl_lib_handle;
11 extern void* open_library();
12
13 }  // namespace ewk_interface
14
15 #endif  //__EWK_INTERFACE_MAIN__