#ifndef SHELL_H #define SHELL_H void shelldebugprint(char* x); void shell_init(int srv_or_cli); #endif // SHELL_H