[BACK]Return to netscope.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / isc / include / isc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/lib/isc/include/isc/netscope.h between version 1.2.2.2 and 1.2.2.3

version 1.2.2.2, 2018/09/06 06:55:06 version 1.2.2.3, 2019/01/18 08:49:58
Line 17 
Line 17 
   
 /*! \file isc/netscope.h */  /*! \file isc/netscope.h */
   
   #include <inttypes.h>
   
 ISC_LANG_BEGINDECLS  ISC_LANG_BEGINDECLS
   
 /*%  /*%
Line 31  ISC_LANG_BEGINDECLS
Line 33  ISC_LANG_BEGINDECLS
  * \li  ISC_R_FAILURE: conversion fails   * \li  ISC_R_FAILURE: conversion fails
  */   */
 isc_result_t  isc_result_t
 isc_netscope_pton(int af, char *scopename, void *addr, isc_uint32_t *zoneid);  isc_netscope_pton(int af, char *scopename, void *addr, uint32_t *zoneid);
   
 ISC_LANG_ENDDECLS  ISC_LANG_ENDDECLS
   

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

CVSweb <webmaster@jp.NetBSD.org>