blob: 6dbf8a2cb93dbf938d62844efdfac745285524a5 [file] [log] [blame]
Damien Miller7b60a172000-07-25 09:04:37 +10001#ifndef _BSD_BINDRESVPORT_H
2#define _BSD_BINDRESVPORT_H
Damien Miller34132e52000-01-14 15:45:46 +11003
4#include "config.h"
5
Damien Miller2a5c1ce2001-01-25 10:32:00 +11006#ifndef HAVE_BINDRESVPORT_SA
7int bindresvport_sa(int sd, struct sockaddr *sa);
8#endif /* !HAVE_BINDRESVPORT_SA */
Damien Miller34132e52000-01-14 15:45:46 +11009
Damien Miller7b60a172000-07-25 09:04:37 +100010#endif /* _BSD_BINDRESVPORT_H */