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:
parent
f77acacd90
commit
d05ed9cd91
6 changed files with 42 additions and 23 deletions
7
etc/man.h
Normal file
7
etc/man.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _MAN_H_
|
||||
#define _MAN_H_
|
||||
|
||||
void manEntry_ls();
|
||||
void showManEntry(char *arg[]);
|
||||
|
||||
#endif
|
||||
Reference in a new issue