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

#ifndef _Included_com_libmailcore_IMAPIdentityOperation
#define _Included_com_libmailcore_IMAPIdentityOperation
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     com_libmailcore_IMAPIdentityOperation
 * Method:    serverIdentity
 * Signature: ()Lcom/libmailcore/IMAPIdentity;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_IMAPIdentityOperation_serverIdentity
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif