Postfix3.3.1
sane_socketpair.h
[詳解]
1 #ifndef _SANE_SOCKETPAIR_H_
2 #define _SANE_SOCKETPAIR_H_
3 
4 /*++
5 /* NAME
6 /* sane_socketpair 3h
7 /* SUMMARY
8 /* sanitize socketpair() error returns
9 /* SYNOPSIS
10 /* #include <sane_socketpair.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /* External interface. */
15 
16 extern int WARN_UNUSED_RESULT sane_socketpair(int, int, int, int *);
17 
18 /* LICENSE
19 /* .ad
20 /* .fi
21 /* The Secure Mailer license must be distributed with this software.
22 /* AUTHOR(S)
23 /* Wietse Venema
24 /* IBM T.J. Watson Research
25 /* P.O. Box 704
26 /* Yorktown Heights, NY 10598, USA
27 /*
28 /* Wietse Venema
29 /* Google, Inc.
30 /* 111 8th Avenue
31 /* New York, NY 10011, USA
32 /*--*/
33 
34 #endif
#define WARN_UNUSED_RESULT
Definition: sys_defs.h:1662
int WARN_UNUSED_RESULT sane_socketpair(int, int, int, int *)