X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=4253f79ccf3b511b4b901a3d2495f9ef0e1e715d;hb=181beb316afad036ac01a778544c5dec0a8d51c7;hp=40ff294018b221708dd0d1db9cac23c80fb70533;hpb=d5e27e2a346da2f18188d317926a60687d082732;p=paraslash.git diff --git a/interactive.h b/interactive.h index 40ff2940..4253f79c 100644 --- a/interactive.h +++ b/interactive.h @@ -80,12 +80,11 @@ struct i9e_client_info { int i9e_open(struct i9e_client_info *ici, struct sched *s); void i9e_attach_to_stdout(struct btr_node *producer); -void ie9_print_status_bar(char *buf, unsigned len); +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);