summaryrefslogtreecommitdiffstats
path: root/lib/libhmap/libhmap.lds
blob: e3ac91f391b87e42193fbeaed38dd8850183b89d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LIBHMAP_1.0.0 {
	hmap_init;
	hmap_deinit;
	hmap_alloc;
	hmap_free;

	hmap_copy;
	hmap_swap;
	hmap_clear;

	hmap_link_get;
	hmap_link_pos;
	hmap_link_pop;
	hmap_link_set;
	hmap_link_add;
	hmap_link_alloc;

	hmap_get;
	hmap_rm;
	hmap_set;

	hmap_iter_init;
	hmap_iter_next;

	hmap_str_hash;
	hmap_str_keycmp;
};