chiark / gitweb /
time handling: Support use of CLOCK_MONOTONIC
[adns.git] / src / internal.h
index 121c6d8fb36afd9f3e12edd1f388384a2266f007..c03a77b2f69199986e3cc32a70b94cce1b2126ef 100644 (file)
@@ -895,6 +895,8 @@ adns__timeout_clear(adns_query qu)
   { qu->timeout_ms= 0; timerclear(&qu->timeout_started); }
 
 
+int adns__gettimeofday(adns_state ads, struct timeval *tv_buf);
+
 void adns__must_gettimeofday(adns_state ads, const struct timeval **now_io,
                             struct timeval *tv_buf);
 /* Call with care - might reentrantly cause queries to be completed! */