[BACK]Return to dig.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / dig

Diff for /src/usr.bin/dig/dig.h between version 1.3 and 1.4

version 1.3, 2020/02/13 12:03:51 version 1.4, 2020/02/13 13:53:00
Line 24 
Line 24 
 #include <isc/boolean.h>  #include <isc/boolean.h>
 #include <isc/buffer.h>  #include <isc/buffer.h>
 #include <isc/formatcheck.h>  #include <isc/formatcheck.h>
 #include <isc/lang.h>  
 #include <isc/list.h>  #include <isc/list.h>
 #include <isc/time.h>  #include <isc/time.h>
 #include <isc/sockaddr.h>  #include <isc/sockaddr.h>
Line 73 
Line 72 
  * these control the layout of dig_lookup_t (among other things).   * these control the layout of dig_lookup_t (among other things).
  */   */
   
 ISC_LANG_BEGINDECLS  
   
 typedef struct dig_lookup dig_lookup_t;  typedef struct dig_lookup dig_lookup_t;
 typedef struct dig_query dig_query_t;  typedef struct dig_query dig_query_t;
 typedef struct dig_server dig_server_t;  typedef struct dig_server dig_server_t;
Line 409 
Line 406 
  */   */
 void  void
 dig_shutdown(void);  dig_shutdown(void);
   
 ISC_LANG_ENDDECLS  
   
 #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4