diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-04 04:37:05 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-04 04:37:05 (GMT) |
commit | 7882d05127816e6885268182a3769bc7a091de94 (patch) | |
tree | 436160f1e3f2980edc092759e56c617492dae1ba /utils.h | |
parent | 14e460a9bcaadaa2dd206a5c701814cd5e1d4648 (diff) |
alias table for switch commands
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,9 +22,11 @@ #ifndef _UTILS_H_ #define _UTILS_H_ +#include "options.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); +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); #endif |