myMPD
Internal API documentation
Loading...
Searching...
No Matches
cert.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
11#ifndef MYMPD_CERT_H
12#define MYMPD_CERT_H
13
14#include "dist/sds/sds.h"
15
16#include <stdbool.h>
17
18bool certificates_check(sds workdir, sds ssl_san);
19sds certificate_get_detail(sds cert_content);
20
21#endif
bool certificates_check(sds workdir, sds ssl_san)
Definition cert.c:78
sds certificate_get_detail(sds cert_content)
Definition cert.c:104