mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 12:34:19 +02:00
13 lines
192 B
C
13 lines
192 B
C
#ifndef H_LY_LOGIN
|
|
#define H_LY_LOGIN
|
|
|
|
#include "draw.h"
|
|
#include "inputs.h"
|
|
|
|
void auth(
|
|
struct desktop* desktop,
|
|
struct text* login,
|
|
struct text* password,
|
|
struct term_buf* buf);
|
|
|
|
#endif
|