blob: ff12f761a07a91a91a598205d8f99108ded026c7 [file] [log] [blame]
// Copyright 2016 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_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
#define REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
#include <jni.h>
namespace remoting {
// Register all JNI bindings necessary for remoting.
bool RegisterJni(JNIEnv* env);
} // namespace remoting
#endif // REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_