diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-27 01:03:10 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-27 01:03:10 +0000 |
commit | f5392b67b4a22cf3bbb42b5914b419e71b4fe858 (patch) | |
tree | f02ab7a71760ae2e18ffec9329259e7d519ed604 /common | |
parent | 289276a4374ed716e31fb21753a2dd563a7342e3 (diff) |
Turn TODO's into tickets and take out bad TODOs.
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(); |