fix
This commit is contained in:
parent
4b434d35ae
commit
bbf0fd0aba
4 changed files with 81 additions and 36 deletions
|
@ -26,13 +26,14 @@ typedef struct {
|
|||
FETCH Init(void);
|
||||
int GetOs(char *os_name, size_t len);
|
||||
void GetArt(FETCH *fetch);
|
||||
void GetKernel(const char *title, const FETCH fetch);
|
||||
void PrintOs(const char *title, const FETCH fetch);
|
||||
void PrintColors(const char *title, const FETCH fetch);
|
||||
void Blank(const char *title, const FETCH fetch);
|
||||
void GetUser(const char *title, const FETCH fetch);
|
||||
void GetUptime(const char *title, const FETCH fetch);
|
||||
void GetArch(const char *title, const FETCH fetch);
|
||||
void GetShell(const char *title, const FETCH fetch);
|
||||
int GetKernel(const char *title, const FETCH fetch);
|
||||
int PrintOs(const char *title, const FETCH fetch);
|
||||
int PrintColors(const char *title, const FETCH fetch);
|
||||
int Blank(const char *title, const FETCH fetch);
|
||||
int GetUser(const char *title, const FETCH fetch);
|
||||
int GetUptime(const char *title, const FETCH fetch);
|
||||
int GetArch(const char *title, const FETCH fetch);
|
||||
int GetShell(const char *title, const FETCH fetch);
|
||||
int GetPkg(const char *title, const FETCH fetch);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue