blob: f709a21a56452c7abc07c11e4c95717fe6379104 [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 */
34JNIEXPORT void JNICALL Java_net_named_1data_nfd_wrappers_NfdWrapper_startNfd
35 (JNIEnv *, jclass);
36
37/*
38 * Class: net_named_data_nfd_wrappers_NfdWrapper
39 * Method: stopNfd
40 * Signature: ()V
41 */
42JNIEXPORT void JNICALL Java_net_named_1data_nfd_wrappers_NfdWrapper_stopNfd
43 (JNIEnv *, jclass);
44
45#ifdef __cplusplus
46}
47#endif
48#endif