X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=6ef7f8e259b0045a5c808c01560b5a81166b01fd;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=18c007b0b39172ca2443a86165119888213d4c32;hpb=27879fbdef3653aa7ba66eda97dc7cd731f2ce26;p=paraslash.git diff --git a/interactive.h b/interactive.h index 18c007b0..6ef7f8e2 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);