1769 dladm show-link truncates OVER field
[unleashed.git] / usr / src / cmd / ssh / include / rresvport.h
blob33c47d84cffec5524e47d68872c2d38f9826bfa8
1 /* $Id: rresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
3 #ifndef _RRESVPORT_H
4 #define _RRESVPORT_H
6 #pragma ident "%Z%%M% %I% %E% SMI"
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 #include "config.h"
14 #ifndef HAVE_RRESVPORT_AF
15 int rresvport_af(int *alport, sa_family_t af);
16 #endif /* !HAVE_RRESVPORT_AF */
18 #ifdef __cplusplus
20 #endif
22 #endif /* _RRESVPORT_H */