X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fmainloop.h;h=136d90e04858c1c3b4112c41d8c21dd9c53475d4;hb=8c48090e240d68564c79eb29ac9004cc911bb5d0;hp=f321c2b5fc85e57402d1a4c2741b1deea26f2bcd;hpb=6f329fd6404650011ce8124a9c504e880ecc5a6b;p=libucw.git diff --git a/lib/mainloop.h b/lib/mainloop.h index f321c2b5..136d90e0 100644 --- a/lib/mainloop.h +++ b/lib/mainloop.h @@ -12,7 +12,6 @@ #include "lib/clists.h" -typedef s64 timestamp_t; /* We measure time in milliseconds */ extern timestamp_t main_now; /* Current time in milliseconds since UNIX epoch */ extern sh_time_t main_now_seconds; /* Current time in seconds since the epoch */ extern uns main_shutdown;