[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.11 and 1.12

version 1.11, 2020/09/13 09:33:39 version 1.12, 2020/09/14 08:37:08
Line 337 
Line 337 
 char *  char *
 next_token(char **stringp, const char *delim);  next_token(char **stringp, const char *delim);
   
   int64_t
   uelapsed(const struct timespec *t1, const struct timespec *t2);
   
 /*  /*
  * Routines to be defined in dig.c, host.c, and nslookup.c. and   * Routines to be defined in dig.c, host.c, and nslookup.c. and
  * then assigned to the appropriate function pointer   * then assigned to the appropriate function pointer

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12