X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=53b1ad347e6f5b108814e8db309c5434272e9ab7;hb=cdbc8067a2e27ee7f9e0d8ff11cf415603fc0558;hp=ddf02d76d2bc44a71133844fa0dddf4d9db03778;hpb=8181748ed84ac1e7d48ede7c00c9559263683791;p=paraslash.git diff --git a/interactive.h b/interactive.h index ddf02d76..53b1ad34 100644 --- a/interactive.h +++ b/interactive.h @@ -84,8 +84,7 @@ void i9e_print_status_bar(char *buf, unsigned len); void i9e_close(void); void i9e_signal_dispatch(int sig_num); __printf_2_3 void i9e_log(int ll, const char* fmt,...); -int i9e_select(int n, fd_set *readfds, fd_set *writefds, - struct timeval *timeout_tv); +int i9e_poll(struct pollfd *fds, nfds_t nfds, int timeout); int i9e_extract_completions(const char *word, char **string_list, char ***result); char **i9e_complete_commands(const char *word, struct i9e_completer *completers);