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

extern int pipe(int fds[2]);