diff --git a/src/android.h b/src/android.h index 07529909..297f983f 100644 --- a/src/android.h +++ b/src/android.h @@ -3,7 +3,15 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + jint new_protected_socket(); void free_protected_socket(jint fd); +#ifdef __cplusplus +} +#endif + #endif // _JNI_H