ELinks 0.18.0
|
#include <stdlib.h>
#include <stdio.h>
#include "elinks.h"
#include "js/timer.h"
#include "util/hash.h"
#include "util/string.h"
Functions | |
void | init_map_timer (void) |
void | done_map_timer (void) |
void | add_to_map_timer (struct timer *timer) |
void | del_from_map_timer (struct timer *timer) |
bool | found_in_map_timer (struct timer *timer) |
Variables | |
static struct hash * | map_timer |
void add_to_map_timer | ( | struct timer * | timer | ) |
void del_from_map_timer | ( | struct timer * | timer | ) |
void done_map_timer | ( | void | ) |
bool found_in_map_timer | ( | struct timer * | timer | ) |
void init_map_timer | ( | void | ) |
|
static |