diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/server-mainloop.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/server-mainloop.h b/common/server-mainloop.h index ceff28d..098ef44 100644 --- a/common/server-mainloop.h +++ b/common/server-mainloop.h @@ -10,7 +10,6 @@  #define SERVER_WRITE      0x02  typedef void (*server_socket_callback)(int fd, int type, void* arg); -/* TODO: We should declare our own time type: 'mstime' */  typedef int (*server_timer_callback)(uint64_t when, void* arg);  void    server_init(); | 
