1 /* $Id: bindresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
   2 
   3 #ifndef _BINDRESVPORT_H
   4 #define _BINDRESVPORT_H
   5 
   6 #pragma ident   "%Z%%M% %I%     %E% SMI"
   7 
   8 #ifdef __cplusplus
   9 extern "C" {
  10 #endif
  11 
  12 #include "config.h"
  13 
  14 #ifndef HAVE_BINDRESVPORT_SA
  15 int bindresvport_sa(int sd, struct sockaddr *sa);
  16 #endif /* !HAVE_BINDRESVPORT_SA */
  17 
  18 #ifdef __cplusplus
  19 }
  20 #endif
  21 
  22 #endif /* _BINDRESVPORT_H */