1 /* $Id: inet_ntop.h,v 1.4 2001/08/09 00:56:53 mouring Exp $ */
   2 
   3 #ifndef _INET_NTOP_H
   4 #define _INET_NTOP_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_INET_NTOP
  15 const char *                 
  16 inet_ntop(int af, const void *src, char *dst, size_t size);
  17 #endif /* !HAVE_INET_NTOP */
  18 
  19 #ifdef __cplusplus
  20 }
  21 #endif
  22 
  23 #endif /* _INET_NTOP_H */