summaryrefslogtreecommitdiffstats
path: root/ppapi/nacl_irt/irt_ppapi.h
blob: bc2e74c7494dfa69375a9e932777304e203bf6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2014 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 PPAPI_NACL_IRT_IRT_PPAPI_H_
#define PPAPI_NACL_IRT_IRT_PPAPI_H_

extern "C" int irt_ppapi_start(const struct PP_StartFunctions* funcs);

size_t chrome_irt_query(const char* interface_ident,
                        void* table, size_t tablesize);

#endif  // PPAPI_NACL_IRT_IRT_PPAPI_H_