diff options
Diffstat (limited to 'bsd-bindresvport.h')
-rw-r--r-- | bsd-bindresvport.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bsd-bindresvport.h b/bsd-bindresvport.h new file mode 100644 index 000000000..df084e3dc --- /dev/null +++ b/bsd-bindresvport.h @@ -0,0 +1,10 @@ +#ifndef _BSD_BINRESVPORT_H +#define _BSD_BINRESVPORT_H + +#include "config.h" + +#ifndef HAVE_BINRESVPORT_AF +int bindresvport_af(int sd, struct sockaddr *sa, int af); +#endif /* !HAVE_BINRESVPORT_AF */ + +#endif /* _BSD_BINRESVPORT_H */ |