blob: b42f469838f0fd9f91ca6a9817a2cfe0b4b5cde1 [file] [log] [blame]
Damien Millere9cf3572001-02-09 12:55:35 +11001/* $Id: bindresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
Damien Miller7b60a172000-07-25 09:04:37 +10003#ifndef _BSD_BINDRESVPORT_H
4#define _BSD_BINDRESVPORT_H
Damien Miller34132e52000-01-14 15:45:46 +11005
6#include "config.h"
7
Damien Miller2a5c1ce2001-01-25 10:32:00 +11008#ifndef HAVE_BINDRESVPORT_SA
9int bindresvport_sa(int sd, struct sockaddr *sa);
10#endif /* !HAVE_BINDRESVPORT_SA */
Damien Miller34132e52000-01-14 15:45:46 +110011
Damien Miller7b60a172000-07-25 09:04:37 +100012#endif /* _BSD_BINDRESVPORT_H */