summaryrefslogtreecommitdiffstats
path: root/bsd-bindresvport.h
blob: df084e3dcc831a8da3e4ba9caac195d93cf3227a (plain)
1
2
3
4
5
6
7
8
9
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 */