chiark / gitweb /
Parse "timeout=0" as infinity in various generators (#6264)
[elogind.git] / src / basic / time-util.h
index 58b8c53006a6b4d753fbf5eb6814ce3c31567618..6bf0f72efa1e647ce8b333b7db014976537d52e1 100644 (file)
@@ -147,6 +147,9 @@ int parse_timestamp(const char *t, usec_t *usec);
 #endif // 0
 
 int parse_sec(const char *t, usec_t *usec);
 #endif // 0
 
 int parse_sec(const char *t, usec_t *usec);
+#if 0 /// UNNEEDED by elogind
+int parse_sec_fix_0(const char *t, usec_t *usec);
+#endif // 0
 int parse_time(const char *t, usec_t *usec, usec_t default_unit);
 #if 0 /// UNNEEDED by elogind
 int parse_nsec(const char *t, nsec_t *nsec);
 int parse_time(const char *t, usec_t *usec, usec_t default_unit);
 #if 0 /// UNNEEDED by elogind
 int parse_nsec(const char *t, nsec_t *nsec);