File: libdhash.sym

package info (click to toggle)
ding-libs 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,092 kB
  • sloc: ansic: 31,844; makefile: 382; sh: 40
file content (22 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DHASH_0.4.3 {
global:
    hash_error_string;
    hash_create;
    hash_create_ex;
    hash_get_statistics;
    hash_destroy;
    hash_enter;
    hash_lookup;
    hash_get_default;
    hash_delete;
    hash_iterate;
    new_hash_iter_context;
    hash_count;
    hash_keys;
    hash_values;
    hash_entries;
    hash_has_key;

local:
    *;
};