Updated jssc_SerialNativeInterface.h header file

This commit is contained in:
scream3r 2013-04-17 17:20:23 +04:00
parent 5a2f8017ad
commit 223740af44
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* jSSC (Java Simple Serial Connector) - serial port communication library. /* jSSC (Java Simple Serial Connector) - serial port communication library.
* © Alexey Sokolov (scream3r), 2010-2013. * <EFBFBD> Alexey Sokolov (scream3r), 2010-2013.
* *
* This file is part of jSSC. * This file is part of jSSC.
* *
@ -42,10 +42,10 @@ extern "C" {
/* /*
* Class: jssc_SerialNativeInterface * Class: jssc_SerialNativeInterface
* Method: openPort * Method: openPort
* Signature: (Ljava/lang/String;)I * Signature: (Ljava/lang/String;ZZ)I
*/ */
JNIEXPORT jint JNICALL Java_jssc_SerialNativeInterface_openPort JNIEXPORT jint JNICALL Java_jssc_SerialNativeInterface_openPort
(JNIEnv *, jobject, jstring); (JNIEnv *, jobject, jstring, jboolean, jboolean);
/* /*
* Class: jssc_SerialNativeInterface * Class: jssc_SerialNativeInterface