Utils/Termlib: Extend the completion API
[senf.git] / Scheduler / ClockService.hh
index 68b4a44..8fb1341 100644 (file)
@@ -199,6 +199,8 @@ namespace senf {
      */
     void parseClockServiceInterval(console::ParseCommandInfo::TokensRange const & tokens, 
                                    ClockService::clock_type & out);
+
+    void formatClockServiceInterval(ClockService::clock_type interval, std::ostream & os);
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////