Shutdown of libedit

This commit is contained in:
2014-06-15 09:04:09 +00:00
parent 0cc414b2ae
commit d327430f98
4 changed files with 24 additions and 3 deletions

View File

@ -105,5 +105,9 @@ int Xorriso_named_pipe_loop(struct XorrisO *xorriso,
char *Xorriso_esc_filepath(struct XorrisO *xorriso,
char *in_text, char *out_text, int flag);
#ifdef Xorriso_with_editlinE
int Xorriso__shutdown_editline(int flag);
#endif
#endif /* ! Xorriso_pvt_textio_includeD */