aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
authorSan Jacobs2022-08-04 11:15:32 +0200
committerSan Jacobs2022-08-04 11:15:32 +0200
commit78adbe39f0ce7b1e5a4925b4ba46165b90906231 (patch)
treecc84f0b2c8f6c95f84a5b9c74d87abd433e4505a /src/time.h
parent5782dff14768e5cf7e20091bca016013e300e433 (diff)
downloadsatscalc-78adbe39f0ce7b1e5a4925b4ba46165b90906231.tar.gz
satscalc-78adbe39f0ce7b1e5a4925b4ba46165b90906231.tar.bz2
satscalc-78adbe39f0ce7b1e5a4925b4ba46165b90906231.zip
Much more beautiful formatting
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 66c9e8c..6511213 100755
--- a/src/time.h
+++ b/src/time.h
@@ -95,7 +95,9 @@ void wind(moment& input_moment, const delta& time_delta);
int days_in(const int month, const int year);
std::string timeprint(const moment input_moment);
+std::string timeprint(const moment input_moment, bool clockonly);
std::string timeprint(const timeblock input_timeblock);
+std::string timeprint(const timeblock input_timeblock, bool clockonly);
long sortable_time(const timeblock input_timeblock);
moment timeinput(moment input_moment);