Move snapshot helpers to new file snap.[ch].
[dss.git] / time.h
diff --git a/time.h b/time.h
index 97b306523307ca07ecf4478ccc66c5d06c490d72..f2021e0834591de533598fe486639cbfa95a4b81 100644 (file)
--- a/time.h
+++ b/time.h
@@ -6,3 +6,4 @@ void tv_scale(const unsigned long, const struct timeval *, struct timeval *);
 void tv_divide(const unsigned long divisor, const struct timeval *tv,
        struct timeval *result);
 void ms2tv(const long unsigned n, struct timeval *tv);
+int64_t get_current_time(void);