chiark / gitweb /
util: open the first RTC that has hctosys=1 set
[elogind.git] / src / util.h
index 6acfcc83738cf40b479dc30a572a17b06d928244..114b24c3e7da00ab6cdb293e7928b53b002ba652 100644 (file)
@@ -529,4 +529,6 @@ int fd_wait_for_event(int fd, int event);
 
 void* memdup(const void *p, size_t l);
 
 
 void* memdup(const void *p, size_t l);
 
+int rtc_open(int flags);
+
 #endif
 #endif