00001 #ifndef __EKG_NCURSES_COMPLETION_H 00002 #define __EKG_NCURSES_COMPLETION_H 00003 00004 void ncurses_complete(int *line_start, int *line_index, char *line); 00005 void ncurses_complete_clear(); 00006 00007 #endif 00008 00009 /* 00010 * Local Variables: 00011 * mode: c 00012 * c-file-style: "k&r" 00013 * c-basic-offset: 8 00014 * indent-tabs-mode: t 00015 * End: 00016 */