blob: 4ef4c2f3acae9f013e53a04fb58235fcf9f14eda [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 Miller7b60a172000-07-25 09:04:37 +10006#ifndef HAVE_BINDRESVPORT_AF
Damien Miller34132e52000-01-14 15:45:46 +11007int bindresvport_af(int sd, struct sockaddr *sa, int af);
Damien Miller7b60a172000-07-25 09:04:37 +10008#endif /* !HAVE_BINDRESVPORT_AF */
Damien Miller34132e52000-01-14 15:45:46 +11009
Damien Miller7b60a172000-07-25 09:04:37 +100010#endif /* _BSD_BINDRESVPORT_H */