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