diff options
Diffstat (limited to 'usr.bin/dig/dig.h')
-rw-r--r-- | usr.bin/dig/dig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/dig/dig.h b/usr.bin/dig/dig.h index 6e19df3853f..34a85fb27f3 100644 --- a/usr.bin/dig/dig.h +++ b/usr.bin/dig/dig.h @@ -337,6 +337,9 @@ set_search_domain(char *domain); char * 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 * then assigned to the appropriate function pointer |