#include <fcntl.h>#include <string.h>#include <errno.h>#include <signal.h>#include "defaults.h"#include "file.h"#include "guicast.h"#include "interlacemodes.h"#include "pipe.h"Go to the source code of this file.
Functions | |
| void | pipe_handle_sigpipe (int signum) |
Variables | |
| int | pipe_sigpipe_received |
|
|
Definition at line 15 of file pipe.C. Referenced by Pipe::Pipe(). |
|
|
|
1.4.4