blob: 69d6bbd9f81f5c561742dddb50bcb1c0e781be03 [file] [log] [blame]
Damien Miller34132e52000-01-14 15:45:46 +11001#ifndef _BSD_RRESVPORT_H
2#define _BSD_RRESVPORT_H
3
4#include "config.h"
5
6#ifndef HAVE_RRESVPORT_AF
7int rresvport_af(int *alport, int af);
8#endif /* !HAVE_RRESVPORT_AF */
9
10#endif /* _BSD_RRESVPORT_H */