summaryrefslogtreecommitdiff
path: root/src/win32/pipe/pipe.h
blob: 80fbe2a7b2c11766fbaf3eb1ab9021808a9cd429 (plain)
1
2
3
4
5
6
7
8
9
/* POSIX emulation layer for Windows.
 *
 * (C) 2008-2025 Anope Team
 * Contact us at team@anope.org
 *
 * Please read COPYING and README for further details.
 */

extern int pipe(int fds[2]);