From 223740af4439b867025d8aa1bffa7f0fd44491ff Mon Sep 17 00:00:00 2001 From: scream3r Date: Wed, 17 Apr 2013 17:20:23 +0400 Subject: [PATCH] Updated jssc_SerialNativeInterface.h header file --- src/cpp/jssc_SerialNativeInterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cpp/jssc_SerialNativeInterface.h b/src/cpp/jssc_SerialNativeInterface.h index 1f7859c..4bb81cc 100644 --- a/src/cpp/jssc_SerialNativeInterface.h +++ b/src/cpp/jssc_SerialNativeInterface.h @@ -1,5 +1,5 @@ /* jSSC (Java Simple Serial Connector) - serial port communication library. - * © Alexey Sokolov (scream3r), 2010-2013. + * � Alexey Sokolov (scream3r), 2010-2013. * * This file is part of jSSC. * @@ -42,10 +42,10 @@ extern "C" { /* * Class: jssc_SerialNativeInterface * Method: openPort - * Signature: (Ljava/lang/String;)I + * Signature: (Ljava/lang/String;ZZ)I */ JNIEXPORT jint JNICALL Java_jssc_SerialNativeInterface_openPort - (JNIEnv *, jobject, jstring); + (JNIEnv *, jobject, jstring, jboolean, jboolean); /* * Class: jssc_SerialNativeInterface