blob: 2b9523ec794341711b0dc2b1236b6f80e2d88257 [file] [log] [blame]
Ivan Yeodb0052d2015-02-08 17:27:04 -08001/* -*- 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
27extern "C" {
28#endif
29/*
30 * Class: net_named_data_nfd_wrappers_NfdWrapper
31 * Method: startNfd
32 * Signature: ()V
33 */
Alexander Afanasyevc134b6f2015-02-12 17:01:44 -080034JNIEXPORT void JNICALL
35Java_net_named_1data_nfd_wrappers_NfdWrapper_startNfd(JNIEnv*, jclass, jstring);
Ivan Yeodb0052d2015-02-08 17:27:04 -080036
37/*
38 * Class: net_named_data_nfd_wrappers_NfdWrapper
39 * Method: stopNfd
40 * Signature: ()V
41 */
Alexander Afanasyevc134b6f2015-02-12 17:01:44 -080042JNIEXPORT void JNICALL
43Java_net_named_1data_nfd_wrappers_NfdWrapper_stopNfd(JNIEnv*, jclass);
Ivan Yeodb0052d2015-02-08 17:27:04 -080044
45#ifdef __cplusplus
46}
47#endif
48#endif