summaryrefslogtreecommitdiffstats
path: root/bsd-rresvport.h
blob: 69d6bbd9f81f5c561742dddb50bcb1c0e781be03 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _BSD_RRESVPORT_H
#define _BSD_RRESVPORT_H

#include "config.h"

#ifndef HAVE_RRESVPORT_AF
int rresvport_af(int *alport, int af);
#endif /* !HAVE_RRESVPORT_AF */

#endif /* _BSD_RRESVPORT_H */