You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ly/src/util.h

13 lines
243 B
C

#ifndef H_UTIL
#define H_UTIL
#include "widgets.h"
void hostname(char** out);
void free_hostname();
void switch_tty();
void save(struct desktop* desktop, struct input* login);
void load(struct desktop* desktop, struct input* login);
#endif