X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=96401b16a3a89b68182464622e55b6e629b0bc82;hp=fb39860541fef3c09c74b3bff9031c48e7b7a625;hb=5f511d41a111aa04189b32fd77d02e16f90ff2cc;hpb=901f6642a51445accaf88ab80f6bc80757f74149 diff --git a/interactive.h b/interactive.h index fb398605..96401b16 100644 --- a/interactive.h +++ b/interactive.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Andre Noll + * Copyright (C) 2011-2014 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,...);