mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Code cleanup and a few source code comments
darcs-hash:20051003132446-ac50b-53f8231b18fced8371781ad41c9485983e1c5cdc.gz
This commit is contained in:
13
exec.h
13
exec.h
@@ -49,8 +49,17 @@ void exec( job_t *j );
|
||||
int exec_subshell( const wchar_t *cmd,
|
||||
array_list_t *l );
|
||||
|
||||
/**
|
||||
Free all resources used by a IO_BUFFER type io redirection.
|
||||
*/
|
||||
void exec_free_io_buffer( io_data_t *io_buffer );
|
||||
|
||||
/**
|
||||
Create a IO_BUFFER type io redirection.
|
||||
*/
|
||||
io_data_t *exec_make_io_buffer();
|
||||
|
||||
/**
|
||||
Close writing end of IO_BUFFER type io redirection, and fully read the reading end.
|
||||
*/
|
||||
void exec_read_io_buffer( io_data_t *d );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user