summaryrefslogtreecommitdiff
path: root/src/win32/pipe/pipe.h
blob: f490c302e1dded3361daa79e4e6be118d3ee2429 (plain)
1
2
3
4
5
6
7
8
 /* POSIX emulation layer for Windows.
 *
 * Copyright (C) 2008-2013 Anope Team <team@anope.org>
 *
 * Please read COPYING and README for further details.
 */

extern int pipe(int fds[2]);