blob: 4ef4c2f3acae9f013e53a04fb58235fcf9f14eda (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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 */
|