From f766ad219f66543654520f6a1955836f519e26d1 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 14 Mar 2016 13:51:24 -0400 Subject: Move fpdfsdk/src up to fpdfsdk/. This CL moves the files in fpdfsdk/src/ up one level to fpdfsdk/ and fixes up the include paths, include guards and build files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1799773002 . --- fpdfsdk/fpdfview_c_api_test.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fpdfsdk/fpdfview_c_api_test.h (limited to 'fpdfsdk/fpdfview_c_api_test.h') diff --git a/fpdfsdk/fpdfview_c_api_test.h b/fpdfsdk/fpdfview_c_api_test.h new file mode 100644 index 0000000000..d5b84a27a9 --- /dev/null +++ b/fpdfsdk/fpdfview_c_api_test.h @@ -0,0 +1,20 @@ +// Copyright 2015 PDFium 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 FPDFSDK_FPDFVIEW_C_API_TEST_H_ +#define FPDFSDK_FPDFVIEW_C_API_TEST_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +// Function to call from gtest harness to ensure linker resolution. Returns +// 1 on success or 0 on error. +int CheckPDFiumCApi(); + +#ifdef __cplusplus +} +#endif + +#endif // FPDFSDK_FPDFVIEW_C_API_TEST_H_ -- cgit v1.2.3