Remove local main() definition.
[dragonfly.git] / crypto / openssh / openbsd-compat / rresvport.h
1 /* $Id: rresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
3 #ifndef _BSD_RRESVPORT_H
4 #define _BSD_RRESVPORT_H
5
6 #include "config.h"
7
8 #ifndef HAVE_RRESVPORT_AF
9 int rresvport_af(int *alport, sa_family_t af);
10 #endif /* !HAVE_RRESVPORT_AF */
11
12 #endif /* _BSD_RRESVPORT_H */