diff options
Diffstat (limited to 'inc/sharing.h')
-rw-r--r-- | inc/sharing.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/sharing.h b/inc/sharing.h new file mode 100644 index 0000000..7be84f4 --- /dev/null +++ b/inc/sharing.h @@ -0,0 +1,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 |