X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fmainloop.h;h=5c3baf68c226f42b460b4a18f192f89007d26ffd;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;hp=aca8914fce9671fb27c3e30457c307410ca65013;hpb=9e39fe7af3726bf00324c7d0e758908b2ebe9e77;p=libucw.git diff --git a/lib/mainloop.h b/lib/mainloop.h index aca8914f..5c3baf68 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;