summaryrefslogtreecommitdiff
path: root/libca-certificates-curl/libca-certificates-curl/path.h
blob: f7cc2608660b17a2a6a79d9709e5c3dc2232fe7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 <libca-certificates-curl/export.h>

#ifdef  __cplusplus
extern "C" {
#endif

/* Return the CA certificate bundle filesystem path.
 */
LIBCA_CERTIFICATES_CURL_SYMEXPORT const char*
ca_certificates_file ();

#ifdef  __cplusplus
}
#endif