Optimization

- Added developer mode
- removed exit_app() function
- moved man.c from /etc/man to /etc
- added varialble for server ip
This commit is contained in:
netbenix 2020-08-13 20:25:28 +02:00
parent f77acacd90
commit d05ed9cd91
6 changed files with 42 additions and 23 deletions

7
etc/man.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef _MAN_H_
#define _MAN_H_
void manEntry_ls();
void showManEntry(char *arg[]);
#endif