summaryrefslogtreecommitdiffstats
path: root/bsd-rresvport.h
blob: d139895e8e8ca14ab36fd5c77da5e3368e2e3672 (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, sa_family_t af);
#endif /* !HAVE_RRESVPORT_AF */

#endif /* _BSD_RRESVPORT_H */