mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 00:45:02 -05:00
13 lines
241 B
C++
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 */
|