diff options
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ struct preferences { short show_invalid; short unit_system; struct units units; + short show_time; }; enum unit_system_values { METRIC, IMPERIAL, PERSONALIZE }; |