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