myMPD
Internal API documentation
Loading...
Searching...
No Matches
pin.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_PIN_H
12#define MYMPD_PIN_H
13
14#include "dist/sds/sds.h"
15
16#include <stdbool.h>
17
18bool pin_set(sds workdir);
19bool pin_validate(const char *pin, const char *pin_hash);
20#endif
bool pin_validate(const char *pin, const char *pin_hash)
Definition pin.c:88
bool pin_set(sds workdir)
Definition pin.c:27