diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,10 +23,11 @@ #define _UTILS_H_ #include "options.h" +#include <termios.h> int init_command_socket(const char* path); int send_string(int fd, const char* string); int nonblock_recvline(read_buffer_t* buffer, int fd, cmd_t** cmd_q, client_t* client_lst, options_t* opt); -int setup_tty(int fd); +int setup_tty(int fd, speed_t speed); #endif |