]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mainloop.h
fixed a well hidden bug in file fastbufs
[libucw.git] / lib / mainloop.h
index aca8914fce9671fb27c3e30457c307410ca65013..5c3baf68c226f42b460b4a18f192f89007d26ffd 100644 (file)
@@ -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;