glitchedhttps
glitchedhttps_cacerts.h
Go to the documentation of this file.
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4
10#ifndef GLITCHEDHTTPS_CACERTS_H
11#define GLITCHEDHTTPS_CACERTS_H
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#include "glitchedhttps_api.h"
18#include "chillbuff.h"
19#include "stddef.h"
20
25GLITCHEDHTTPS_API const char* glitchedhttps_get_ca_certs();
26
31GLITCHEDHTTPS_API size_t glitchedhttps_get_ca_certs_length();
32
39GLITCHEDHTTPS_API void glitchedhttps_set_custom_ca_certs(char* ca_certs);
40
41#ifdef __cplusplus
42} // extern "C"
43#endif
44
45#endif // GLITCHEDHTTPS_CACERTS_H
API macro for dllexport/dllimport.
GLITCHEDHTTPS_API size_t glitchedhttps_get_ca_certs_length()
GLITCHEDHTTPS_API void glitchedhttps_set_custom_ca_certs(char *ca_certs)
GLITCHEDHTTPS_API const char * glitchedhttps_get_ca_certs()