File: libcdb.map

package info (click to toggle)
tinycdb 0.81-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 260 kB
  • sloc: ansic: 1,716; makefile: 201; sh: 113
file content (25 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (3)
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
# libcdb.map: libcdb symbol map file for GNU LD
{
  global:
    cdb_hash;
    cdb_unpack;
    cdb_pack;
    cdb_init;
    cdb_free;
    cdb_read;
    cdb_get;
    cdb_find;
    cdb_findinit;
    cdb_findnext;
    cdb_seqnext;
    cdb_seek;
    cdb_bread;
    cdb_make_start;
    cdb_make_add;
    cdb_make_exists;
    cdb_make_put;
    cdb_make_find;
    cdb_make_finish;
  local:
    *;
};