From 004bb71d88ed54eb4d540d14491bf86256a952fd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 18 Jan 2020 22:19:54 +0300 Subject: Add implementation --- .../libca-certificates-curl/path.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libca-certificates-curl/libca-certificates-curl/path.h (limited to 'libca-certificates-curl/libca-certificates-curl/path.h') diff --git a/libca-certificates-curl/libca-certificates-curl/path.h b/libca-certificates-curl/libca-certificates-curl/path.h new file mode 100644 index 0000000..f7cc260 --- /dev/null +++ b/libca-certificates-curl/libca-certificates-curl/path.h @@ -0,0 +1,21 @@ +/* file : libca-certificates-curl/path.h -*- C -*- + * copyright : Copyright (c) 2018-2019 Code Synthesis Ltd + * license : Mozilla Public License 2.0; see accompanying LICENSE file + */ + +#pragma once + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Return the CA certificate bundle filesystem path. + */ +LIBCA_CERTIFICATES_CURL_SYMEXPORT const char* +ca_certificates_file (); + +#ifdef __cplusplus +} +#endif -- cgit v1.1