X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;fp=interactive.h;h=4253f79ccf3b511b4b901a3d2495f9ef0e1e715d;hb=fdd8a22e1df57a8c9254e7d0074301e7dde2c557;hp=ddf02d76d2bc44a71133844fa0dddf4d9db03778;hpb=5dcb47606caf94ba1fe3a07f7795890fda3bdcee;p=paraslash.git diff --git a/interactive.h b/interactive.h index ddf02d76..4253f79c 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_select(int n, fd_set *readfds, fd_set *writefds, 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);