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
18
bool
pin_set
(sds workdir);
19
bool
pin_validate
(
const
char
*pin,
const
char
*pin_hash);
20
#endif
pin_validate
bool pin_validate(const char *pin, const char *pin_hash)
Definition
pin.c:88
pin_set
bool pin_set(sds workdir)
Definition
pin.c:27
src
lib
pin.h
Generated by
1.9.8