Skip to content

Commit ca0a105

Browse files
committed
Bump header
1 parent fad984e commit ca0a105

File tree

1 file changed

+62
-2
lines changed
  • OpacityCore/src/main/jni/include

1 file changed

+62
-2
lines changed

OpacityCore/src/main/jni/include/sdk.h

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace opacity_core {
1313
#endif // __cplusplus
1414

15-
#define DEFAULT_TARGET_PORT 443
15+
typedef struct OurExtensionType OurExtensionType;
1616

1717
typedef void (*IosPrepareRequestFn)(const char*);
1818

@@ -66,6 +66,66 @@ typedef bool (*IsWifiConnectedFn)(void);
6666

6767
typedef bool (*IsRootedFn)(void);
6868

69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
69129
#ifdef __cplusplus
70130
extern "C" {
71131
#endif // __cplusplus
@@ -100,7 +160,7 @@ void free_string(char *ptr);
100160

101161
void emit_webview_event(const char *payload);
102162

103-
const char *get_sdk_versions(void);
163+
const char *get_api_version(void);
104164

105165
extern const char *get_ip_address(void);
106166

0 commit comments

Comments
 (0)