X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=e6d53dee81ec13853a403cbfbedbf68b43accb2d;hp=fb39860541fef3c09c74b3bff9031c48e7b7a625;hb=6e0b28e02a1013c019a3225e922b71f913bfbae4;hpb=901f6642a51445accaf88ab80f6bc80757f74149 diff --git a/interactive.h b/interactive.h index fb398605..e6d53dee 100644 --- a/interactive.h +++ b/interactive.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Andre Noll + * Copyright (C) 2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -84,6 +84,7 @@ 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_close(void); void i9e_signal_dispatch(int sig_num); __printf_2_3 void i9e_log(int ll, const char* fmt,...);