mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
initial commit
This commit is contained in:
15
src/utils.h
Normal file
15
src/utils.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef H_LY_UTILS
|
||||
#define H_LY_UTILS
|
||||
|
||||
#include "draw.h"
|
||||
#include "inputs.h"
|
||||
#include "config.h"
|
||||
|
||||
void desktop_load(struct desktop* target);
|
||||
void hostname(char** out);
|
||||
void free_hostname();
|
||||
void switch_tty(struct term_buf* buf);
|
||||
void save(struct desktop* desktop, struct text* login);
|
||||
void load(struct desktop* desktop, struct text* login);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user