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

Diff for /src/usr.bin/dig/dig.c between version 1.19 and 1.20

version 1.19, 2020/12/20 11:27:47 version 1.20, 2023/09/06 04:57:28
Line 1924 
Line 1924 
         }          }
 }  }
   
 void dig_startup() {  void dig_startup(void) {
         isc_result_t result;          isc_result_t result;
   
         debug("dig_startup()");          debug("dig_startup()");
Line 1935 
Line 1935 
 }  }
   
 void  void
 dig_shutdown() {  dig_shutdown(void) {
         destroy_lookup(default_lookup);          destroy_lookup(default_lookup);
         if (batchname != NULL) {          if (batchname != NULL) {
                 if (batchfp != stdin)                  if (batchfp != stdin)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20