|
ELinks 0.19.1
|
#include <stdbool.h>

Functions | |
| void | init_map_timer (void) |
| void | done_map_timer (void) |
| void | add_to_map_timer (struct ecmascript_timeout *t) |
| void | del_from_map_timer (struct ecmascript_timeout *t) |
| bool | found_in_map_timer (struct ecmascript_timeout *t) |
| void add_to_map_timer | ( | struct ecmascript_timeout * | t | ) |
| void del_from_map_timer | ( | struct ecmascript_timeout * | t | ) |
| void done_map_timer | ( | void | ) |
| bool found_in_map_timer | ( | struct ecmascript_timeout * | t | ) |
| void init_map_timer | ( | void | ) |