This commit is contained in:
Your Name 2024-01-03 14:10:52 +03:00
parent 69ddc38152
commit 7ab3e8ef0c
3 changed files with 12 additions and 0 deletions

View file

@ -45,5 +45,6 @@ int GetShell(const char *title, const FETCH fetch);
int GetPkg(const char *title, const FETCH fetch);
int GetMem(const char *title, const FETCH fetch);
int GetModel(const char *title, const FETCH fetch);
int GetHostname(const char *title, const FETCH fetch);
#endif