aboutsummaryrefslogtreecommitdiff
path: root/include/libtio/native.h
blob: 7191c9ac4a6069d671f65913896d5c35a6b11531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef  TIO_NATIVE_H
# define TIO_NATIVE_H 20180710
# include "cdefs.h"
# include "stream.h"

TIO_BEGIN_NAMESPACE
TIO_BEGIN_DECLS

/* UNIX streams. */

# if !defined(LIBTIO_DISABLED_UNIX)

TIO_EXTERN int TIO_EXPORT tio_open_unix_fd
	OF((tio_stream_t **tio__streamp, int tio__fd, int tio__close));

# endif

TIO_END_DECLS
TIO_END_NAMESPACE

#endif /* TIO_NATIVE_H */