summaryrefslogtreecommitdiffstats
path: root/remoting/client/jni/remoting_jni_registrar.h
blob: e301fbe0ece2879e49c5161311fc43f54f29dcc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_CLIENT_JNI_REMOTING_JNI_REGISTRAR_H_
#define REMOTING_CLIENT_JNI_REMOTING_JNI_REGISTRAR_H_

#include <jni.h>

namespace remoting {

// Register all JNI bindings necessary for remoting.
bool RegisterJni(JNIEnv* env);

}  // namespace remoting

#endif  // REMOTING_CLIENT_JNI_REMOTING_JNI_REGISTRAR_H_