blob: 9214fab8c4eed18651506361cc59c315ece6b247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $Id: bindresvport.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */
#ifndef _BSD_BINDRESVPORT_H
#define _BSD_BINDRESVPORT_H
#include "config.h"
#ifndef HAVE_BINDRESVPORT_SA
int bindresvport_sa(int sd, struct sockaddr *sa);
#endif /* !HAVE_BINDRESVPORT_SA */
#endif /* _BSD_BINDRESVPORT_H */
|