mirror of git://anongit.mindrot.org/openssh.git
11 lines
200 B
C
11 lines
200 B
C
|
#ifndef _BSD_RRESVPORT_H
|
||
|
#define _BSD_RRESVPORT_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
#ifndef HAVE_RRESVPORT_AF
|
||
|
int rresvport_af(int *alport, int af);
|
||
|
#endif /* !HAVE_RRESVPORT_AF */
|
||
|
|
||
|
#endif /* _BSD_RRESVPORT_H */
|