Skip to content

Commit

Permalink
fix: make initializeClient a pure function
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Jul 23, 2024
1 parent afbfeab commit 0f9aac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
#endif

JNIEXPORT void JNICALL Java_com_amazonaws_services_lambda_runtime_api_client_runtimeapi_NativeClient_initializeClient
(JNIEnv *, jobject, jbyteArray);
(JNIEnv *, jobject, jbyteArray, jbyteArray);

JNIEXPORT jobject JNICALL Java_com_amazonaws_services_lambda_runtime_api_client_runtimeapi_NativeClient_next
(JNIEnv *, jobject);
Expand Down

0 comments on commit 0f9aac4

Please sign in to comment.