X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=interactive.h;h=18c007b0b39172ca2443a86165119888213d4c32;hb=27879fbdef3653aa7ba66eda97dc7cd731f2ce26;hp=82d3cd71c4cc870d2a2535faeedd22f489444ab3;hpb=4791d009b3a2952e9c1d2bef22a5f301d28ed2a0;p=paraslash.git diff --git a/interactive.h b/interactive.h index 82d3cd71..18c007b0 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,...); @@ -97,3 +93,5 @@ void i9e_complete_option(char **opts, struct i9e_completion_info *ci, struct i9e_completion_result *cr); int i9e_print_completions(struct i9e_completer *completers); int i9e_get_error(void); +void i9e_ll_completer(struct i9e_completion_info *ci, + struct i9e_completion_result *cr);