blob: 7be84f486a0634992f9228c13085d569e7f9c540 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
// SPDX-License-Identifier: MIT
#ifndef SHARING_SHARING_H
#define SHARING_SHARING_H
#include <term.h>
void blind_check(void);
#endif
|