This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/etc/man.h
netbenix d05ed9cd91 Optimization
- Added developer mode
- removed exit_app() function
- moved man.c from /etc/man to /etc
- added varialble for server ip
2020-08-13 20:25:28 +02:00

7 lines
No EOL
92 B
C

#ifndef _MAN_H_
#define _MAN_H_
void manEntry_ls();
void showManEntry(char *arg[]);
#endif