chiark / gitweb /
Always check asprintf return code
[elogind.git] / src / shared / time-util.h
index 792cd2748936d1cb51ce0d5ef933959b7e56ea74..69a48c686bebd4a8509df511fac6bbb05c8b77ed 100644 (file)
@@ -98,3 +98,5 @@ bool ntp_synced(void);
 
 int get_timezones(char ***l);
 bool timezone_is_valid(const char *name);
+
+clockid_t clock_boottime_or_monotonic(void);