#ifndef UI_COMMON_H #define UI_COMMON_H int initInterface(); int closeInterface(); int interface_fd; int handleInterface(); int handleInput(const char *data_buffer); /* remove */ void showHelp(const char *value); void showVariables(); void showPrompt(); void setAttribute(const int); void clearAttributes(); //void clearLine(); #endif