X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.h;h=ddf02d76d2bc44a71133844fa0dddf4d9db03778;hp=82d3cd71c4cc870d2a2535faeedd22f489444ab3;hb=c20e3e67fc2be1d5f8778b9c482271e023bbdcb8;hpb=80541d0f045e1ed57332800eff9832e0a5b72ddf diff --git a/interactive.h b/interactive.h index 82d3cd71..ddf02d76 100644 --- a/interactive.h +++ b/interactive.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2011 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2011 Andre Noll , see file COPYING. */ /** \file interactive.h Public API for interactive sessions. */ @@ -84,7 +80,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_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,...);