diff options
Diffstat (limited to 'src/timedate.h')
| -rw-r--r-- | src/timedate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timedate.h b/src/timedate.h index 40f149a..2b2d1a2 100644 --- a/src/timedate.h +++ b/src/timedate.h @@ -40,6 +40,9 @@ namespace dlackware::timedate // Returns whether NTP is available. bool can_ntp(); + // Shows whether the kernel reports the time as synchronized. + bool ntp_synchronized(); + // Returns the timezones available on the system. std::vector<Glib::ustring> list_timezones(); |
