aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSanJacobs2022-04-15 17:20:37 +0200
committerSanJacobs2022-04-15 17:20:37 +0200
commit02369bb5b4f027d1f2545b7db6456d36a2c7d47a (patch)
tree6725a4cca2d35a6e55646de8d8eb1fab2ef2544d /src/time.h
parentd9d505865604a4d136e143dd5186ade0baaf452e (diff)
downloadsatscalc-02369bb5b4f027d1f2545b7db6456d36a2c7d47a.tar.gz
satscalc-02369bb5b4f027d1f2545b7db6456d36a2c7d47a.tar.bz2
satscalc-02369bb5b4f027d1f2545b7db6456d36a2c7d47a.zip
timeprint() can now handle timeblocks
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/time.h b/src/time.h
index 6d90d5c..02505a5 100755
--- a/src/time.h
+++ b/src/time.h
@@ -29,3 +29,5 @@ int days_in(int month, int year);
std::string timeprint(moment input_moment);
+std::string timeprint(timeblock input_timeblock);
+