aboutsummaryrefslogtreecommitdiff
path: root/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h
index d4d4d23..d4af649 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -16,4 +16,6 @@
double elapsed_time(clock_t s_time, clock_t e_time);
+void get_time_string(char *buffer);
+
#endif