webOS Userland
Native system APIs for webOS
lgnc_dl.h
1 #pragma once
2 
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 
7 int LGNC_DL_Initialize();
8 
9 int LGNC_DL_IsInitialized();
10 
11 void LGNC_DL_Finalize();
12 
13 #ifdef __cplusplus
14 }
15 #endif