File: org_syslog_ng_LogDestination.h

package info (click to toggle)
syslog-ng 3.8.1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 47,320 kB
  • ctags: 43,937
  • sloc: ansic: 159,432; yacc: 25,059; sh: 13,574; makefile: 4,669; python: 3,468; java: 3,218; xml: 2,309; perl: 318; lex: 316; awk: 184
file content (29 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_syslog_ng_LogDestination */

#ifndef _Included_org_syslog_ng_LogDestination
#define _Included_org_syslog_ng_LogDestination
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_syslog_ng_LogDestination
 * Method:    getOption
 * Signature: (JLjava/lang/String;)Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_syslog_1ng_LogDestination_getOption
  (JNIEnv *, jobject, jlong, jstring);

/*
 * Class:     org_syslog_ng_LogDestination
 * Method:    getTemplateOptionsHandle
 * Signature: (J)J
 */
JNIEXPORT jlong JNICALL Java_org_syslog_1ng_LogDestination_getTemplateOptionsHandle
  (JNIEnv *, jobject, jlong);

#ifdef __cplusplus
}
#endif
#endif