mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 10:53:24 +08:00
11 lines
234 B
C
11 lines
234 B
C
#ifndef _BSD_BINDRESVPORT_H
|
|
#define _BSD_BINDRESVPORT_H
|
|
|
|
#include "config.h"
|
|
|
|
#ifndef HAVE_BINDRESVPORT_AF
|
|
int bindresvport_af(int sd, struct sockaddr *sa, int af);
|
|
#endif /* !HAVE_BINDRESVPORT_AF */
|
|
|
|
#endif /* _BSD_BINDRESVPORT_H */
|