home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / tutorial / native1.1 / implementing / example-1.1 / Prompt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-13  |  408 b   |  22 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class Prompt */
  4.  
  5. #ifndef _Included_Prompt
  6. #define _Included_Prompt
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. /*
  11.  * Class:     Prompt
  12.  * Method:    getLine
  13.  * Signature: (Ljava/lang/String;)Ljava/lang/String;
  14.  */
  15. JNIEXPORT jstring JNICALL Java_Prompt_getLine
  16.   (JNIEnv *, jobject, jstring);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif
  22.