~ubuntu-branches/ubuntu/dapper/clamav/dapper-security

« back to all changes in this revision

Viewing changes to libclamav/libclamav.map

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2009-04-29 17:17:14 UTC
  • mfrom: (1.1.8 upstream) (0.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090429171714-9rb08pcxwl02e0bq
Tags: 0.94.dfsg.2-1ubuntu0.3~dapper2
No change rebuild from backports

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CLAMAV_PUBLIC {
 
2
  global:
 
3
    cl_build;
 
4
    cl_cvdfree;
 
5
    cl_cvdhead;
 
6
    cl_cvdparse;
 
7
    cl_cvdverify;
 
8
    cl_debug;
 
9
    cl_dup;
 
10
    cl_free;
 
11
    cl_load;
 
12
    cl_loaddb;
 
13
    cl_loaddbdir;
 
14
    cl_retdbdir;
 
15
    cl_retflevel;
 
16
    cl_retver;
 
17
    cl_scandesc;
 
18
    cl_scanfile;
 
19
    cl_settempdir;
 
20
    cl_statchkdir;
 
21
    cl_statfree;
 
22
    cl_statinidir;
 
23
    cl_strerror;
 
24
  local:
 
25
    *;
 
26
};
 
27
CLAMAV_PRIVATE {
 
28
  global:
 
29
    cli_ac_setdepth;
 
30
    cli_strtok;
 
31
    cli_untgz;
 
32
    cli_regcomp;
 
33
    cli_regexec;
 
34
    cli_regfree;
 
35
    cli_strrcpy;
 
36
    cli_strbcasestr;
 
37
    cli_isnumber;
 
38
    cli_gentemp;
 
39
    cli_gentempfd;
 
40
    cli_rmdirs;
 
41
    cli_chomp;
 
42
    cli_rndnum;
 
43
    cli_decodesig;
 
44
 
 
45
    cli_calloc;
 
46
    cli_ole2_extract;
 
47
    cli_errmsg;
 
48
    cli_debug_flag;
 
49
    cli_dbgmsg_internal;
 
50
    cli_vba_readdir;
 
51
    cli_vba_inflate;
 
52
    cli_ppt_vba_read;
 
53
    cli_wm_readdir;
 
54
    cli_wm_decrypt_macro;
 
55
    cli_readn;
 
56
    cli_str2hex;
 
57
    cli_md5file;
 
58
    cli_md5stream;
 
59
    html_normalise_fd;
 
60
    cli_utf16toascii;
 
61
 
 
62
    cli_malloc;
 
63
    cli_memstr;
 
64
    cli_strdup;
 
65
    cli_realloc;
 
66
    cli_ctime;
 
67
    tableCreate;
 
68
    tableDestroy;
 
69
    tableRemove;
 
70
    tableFind;
 
71
    tableIterate;
 
72
    tableUpdate;
 
73
    tableInsert;
 
74
    cli_warnmsg;
 
75
    cli_strtokbuf;
 
76
    cli_leavetemps_flag;
 
77
    cli_js_init;
 
78
    cli_js_process_buffer;
 
79
    cli_js_parse_done;
 
80
    cli_js_destroy;
 
81
    cli_js_output;
 
82
    cli_unescape;
 
83
    cli_textbuffer_append_normalize;
 
84
    cli_dconf_init;
 
85
    cli_regex2suffix;
 
86
    html_normalise_mem;
 
87
    init_regex_list;
 
88
    is_regex_ok;
 
89
    regex_list_done;
 
90
    regex_list_add_pattern;
 
91
    cli_build_regex_list;
 
92
    regex_list_match;
 
93
    cli_initengine;
 
94
    phishing_init;
 
95
    init_domainlist;
 
96
    init_whitelist;
 
97
    phishing_done;
 
98
    blobCreate;
 
99
    blobAddData;
 
100
    phishingScan;
 
101
    blobDestroy;
 
102
    load_regex_matcher;
 
103
    html_tag_arg_free;
 
104
    disasmbuf;
 
105
    uniq_init;
 
106
    uniq_free;
 
107
    uniq_add;
 
108
    uniq_get;
 
109
    cli_hex2str;
 
110
    cli_ac_init;
 
111
    cli_ac_initdata;
 
112
    cli_ac_buildtrie;
 
113
    cli_ac_scanbuff;
 
114
    cli_ac_freedata;
 
115
    cli_ac_free;
 
116
    cli_parse_add;
 
117
    cli_bm_init;
 
118
    cli_bm_scanbuff;
 
119
    cli_bm_free;
 
120
    html_screnc_decode;
 
121
  local:
 
122
    *;
 
123
};