summaryrefslogtreecommitdiffstats
path: root/src/common/duration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/duration.h')
-rw-r--r--src/common/duration.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/duration.h b/src/common/duration.h
new file mode 100644
index 0000000..30733c9
--- /dev/null
+++ b/src/common/duration.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "fastfetch.h"
+
+void ffDurationAppendNum(uint64_t totalSeconds, FFstrbuf* result);