Files
textmate/Frameworks/io/src/pipe.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

13 lines
241 B
C++

#ifndef IO_PIPE_H_CZY71GYP
#define IO_PIPE_H_CZY71GYP
#include <oak/misc.h>
namespace io
{
PUBLIC void create_pipe (int& read_pipe, int& write_pipe, bool close_on_exec);
} /* io */
#endif /* end of include guard: IO_PIPE_H_CZY71GYP */