Ivan Yeo | db0052d | 2015-02-08 17:27:04 -0800 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
| 2 | /** |
| 3 | * Copyright (c) 2015 Regents of the University of California |
| 4 | * |
| 5 | * This file is part of NFD (Named Data Networking Forwarding Daemon) Android. |
| 6 | * See AUTHORS.md for complete list of NFD Android authors and contributors. |
| 7 | * |
| 8 | * NFD Android is free software: you can redistribute it and/or modify it under the terms |
| 9 | * of the GNU General Public License as published by the Free Software Foundation, |
| 10 | * either version 3 of the License, or (at your option) any later version. |
| 11 | * |
| 12 | * NFD Android is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 13 | * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| 14 | * PURPOSE. See the GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License along with |
| 17 | * NFD Android, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
| 18 | */ |
| 19 | |
| 20 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 21 | #include <jni.h> |
| 22 | /* Header for class net_named_data_nfd_wrappers_NfdWrapper */ |
| 23 | |
| 24 | #ifndef _Included_net_named_data_nfd_wrappers_NfdWrapper |
| 25 | #define _Included_net_named_data_nfd_wrappers_NfdWrapper |
| 26 | #ifdef __cplusplus |
| 27 | extern "C" { |
| 28 | #endif |
| 29 | /* |
| 30 | * Class: net_named_data_nfd_wrappers_NfdWrapper |
| 31 | * Method: startNfd |
| 32 | * Signature: ()V |
| 33 | */ |
Alexander Afanasyev | c134b6f | 2015-02-12 17:01:44 -0800 | [diff] [blame^] | 34 | JNIEXPORT void JNICALL |
| 35 | Java_net_named_1data_nfd_wrappers_NfdWrapper_startNfd(JNIEnv*, jclass, jstring); |
Ivan Yeo | db0052d | 2015-02-08 17:27:04 -0800 | [diff] [blame] | 36 | |
| 37 | /* |
| 38 | * Class: net_named_data_nfd_wrappers_NfdWrapper |
| 39 | * Method: stopNfd |
| 40 | * Signature: ()V |
| 41 | */ |
Alexander Afanasyev | c134b6f | 2015-02-12 17:01:44 -0800 | [diff] [blame^] | 42 | JNIEXPORT void JNICALL |
| 43 | Java_net_named_1data_nfd_wrappers_NfdWrapper_stopNfd(JNIEnv*, jclass); |
Ivan Yeo | db0052d | 2015-02-08 17:27:04 -0800 | [diff] [blame] | 44 | |
| 45 | #ifdef __cplusplus |
| 46 | } |
| 47 | #endif |
| 48 | #endif |