aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_POPFetchMessageOperation.h
blob: 7ab32f9d21e303059bc70f8c791c192ce5772bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_libmailcore_POPFetchMessageOperation */

#ifndef _Included_com_libmailcore_POPFetchMessageOperation
#define _Included_com_libmailcore_POPFetchMessageOperation
#ifdef __cplusplus
extern "C" {
#endif
#undef com_libmailcore_POPFetchMessageOperation_serialVersionUID
#define com_libmailcore_POPFetchMessageOperation_serialVersionUID 1LL
/*
 * Class:     com_libmailcore_POPFetchMessageOperation
 * Method:    data
 * Signature: ()[B
 */
JNIEXPORT jbyteArray JNICALL Java_com_libmailcore_POPFetchMessageOperation_data
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif