blob: 87603f053abe06ccc6ab6cbfb110c2b46a9204c9 [file] [log] [blame]
K. Moon832a6942022-10-31 20:11:31 +00001// Copyright 2015 The PDFium Authors
Tom Sepezcf22eb82015-05-12 17:28:08 -07002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Dan Sinclair971a6742018-03-28 19:23:25 +00005#ifndef FPDFSDK_FPDF_VIEW_C_API_TEST_H_
6#define FPDFSDK_FPDF_VIEW_C_API_TEST_H_
Tom Sepezcf22eb82015-05-12 17:28:08 -07007
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12// Function to call from gtest harness to ensure linker resolution. Returns
13// 1 on success or 0 on error.
14int CheckPDFiumCApi();
15
16#ifdef __cplusplus
17}
18#endif
19
Dan Sinclair971a6742018-03-28 19:23:25 +000020#endif // FPDFSDK_FPDF_VIEW_C_API_TEST_H_