aboutsummaryrefslogtreecommitdiff
path: root/include/lib/time.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-08 00:47:14 -0800
committerChristian Cunningham <cc@local.lan>2025-03-08 00:47:14 -0800
commitf9bf108bc0438562c5788ba40024f51031031fa4 (patch)
tree0639a202477ffd10be1293fbc7e4cbc0a9a39cbc /include/lib/time.h
parent88063160c9c9ff40f4fd006741ea1107b7e6a328 (diff)
Time tests
Diffstat (limited to 'include/lib/time.h')
-rw-r--r--include/lib/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/time.h b/include/lib/time.h
index 9d69b44..1adf428 100644
--- a/include/lib/time.h
+++ b/include/lib/time.h
@@ -7,7 +7,7 @@
// Difference in Time
// Compute the difference between timespec structs
-double diff_time(struct timespec *time1, struct timespec *time0);
+double diff_time(const struct timespec *time1, const struct timespec *time0);
// Get Current Time
void get_time(struct timespec *ts);