aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_NNTPListNewsgroupsOperation.h
blob: 6ba1a4eec6dd638da67be868fb27e4b22b1aa04b (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_NNTPListNewsgroupsOperation */

#ifndef _Included_com_libmailcore_NNTPListNewsgroupsOperation
#define _Included_com_libmailcore_NNTPListNewsgroupsOperation
#ifdef __cplusplus
extern "C" {
#endif
#undef com_libmailcore_NNTPListNewsgroupsOperation_serialVersionUID
#define com_libmailcore_NNTPListNewsgroupsOperation_serialVersionUID 1LL
/*
 * Class:     com_libmailcore_NNTPListNewsgroupsOperation
 * Method:    groups
 * Signature: ()Ljava/util/List;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_NNTPListNewsgroupsOperation_groups
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif