xref: /titanic_41/usr/src/cmd/ssh/include/rresvport.h (revision ea394cb00fd96864e34d2841b4a22357b621c78f)
1 /* $Id: rresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2 
3 #ifndef	_RRESVPORT_H
4 #define	_RRESVPORT_H
5 
6 #pragma ident	"%Z%%M%	%I%	%E% SMI"
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include "config.h"
13 
14 #ifndef HAVE_RRESVPORT_AF
15 int rresvport_af(int *alport, sa_family_t af);
16 #endif /* !HAVE_RRESVPORT_AF */
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* _RRESVPORT_H */
23