--- rxvt-unicode/src/iom.h 2004/11/12 12:43:27 1.20 +++ rxvt-unicode/src/iom.h 2004/12/11 17:18:29 1.21 @@ -86,6 +86,14 @@ static void unreg (watcher &w, io_manager_vec &queue); public: +#if IOM_TIME + // fetch time only + static tstamp now (); + + // set NOW + static void set_now (); +#endif + // register a watcher #if IOM_IO static void reg (io_watcher &w); static void unreg (io_watcher &w);