2000-07-25 01:04:37 +02:00
|
|
|
#ifndef _BSD_BINDRESVPORT_H
|
|
|
|
#define _BSD_BINDRESVPORT_H
|
2000-01-14 05:45:46 +01:00
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
2000-07-25 01:04:37 +02:00
|
|
|
#ifndef HAVE_BINDRESVPORT_AF
|
2000-01-14 05:45:46 +01:00
|
|
|
int bindresvport_af(int sd, struct sockaddr *sa, int af);
|
2000-07-25 01:04:37 +02:00
|
|
|
#endif /* !HAVE_BINDRESVPORT_AF */
|
2000-01-14 05:45:46 +01:00
|
|
|
|
2000-07-25 01:04:37 +02:00
|
|
|
#endif /* _BSD_BINDRESVPORT_H */
|