summaryrefslogtreecommitdiff
path: root/openbsd-compat/rresvport.h
blob: a52e4515be3839a9a7b6ab9165ffaf281b30fecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: rresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */

#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 */