mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-07 07:06:20 -04:00
the real function if we're not debugging. Statically predict this branch as untaken. updates due to above change git-svn: trunk@3643
80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
CLAMAV_PUBLIC {
|
|
global:
|
|
cl_build;
|
|
cl_cvdfree;
|
|
cl_cvdhead;
|
|
cl_cvdparse;
|
|
cl_cvdverify;
|
|
cl_debug;
|
|
cl_dup;
|
|
cl_free;
|
|
cl_load;
|
|
cl_loaddb;
|
|
cl_loaddbdir;
|
|
cl_retdbdir;
|
|
cl_retflevel;
|
|
cl_retver;
|
|
cl_scandesc;
|
|
cl_scanfile;
|
|
cl_settempdir;
|
|
cl_statchkdir;
|
|
cl_statfree;
|
|
cl_statinidir;
|
|
cl_strerror;
|
|
local:
|
|
*;
|
|
};
|
|
CLAMAV_PRIVATE {
|
|
global:
|
|
cli_ac_setdepth;
|
|
cli_strtok;
|
|
cli_untgz;
|
|
cli_regcomp;
|
|
cli_regexec;
|
|
cli_regfree;
|
|
cli_strrcpy;
|
|
cli_strbcasestr;
|
|
cli_isnumber;
|
|
cli_gentemp;
|
|
cli_gentempfd;
|
|
cli_rmdirs;
|
|
cli_chomp;
|
|
cli_rndnum;
|
|
cli_decodesig;
|
|
|
|
cli_calloc;
|
|
cli_ole2_extract;
|
|
cli_errmsg;
|
|
cli_debug_flag;
|
|
cli_dbgmsg_internal;
|
|
cli_vba_readdir;
|
|
cli_vba_inflate;
|
|
cli_ppt_vba_read;
|
|
cli_wm_readdir;
|
|
cli_wm_decrypt_macro;
|
|
cli_readn;
|
|
cli_str2hex;
|
|
cli_md5file;
|
|
cli_md5stream;
|
|
html_normalise_fd;
|
|
cli_utf16toascii;
|
|
|
|
cli_malloc;
|
|
cli_memstr;
|
|
cli_strdup;
|
|
cli_realloc;
|
|
cli_ctime;
|
|
tableCreate;
|
|
tableDestroy;
|
|
tableRemove;
|
|
tableFind;
|
|
tableIterate;
|
|
tableUpdate;
|
|
tableInsert;
|
|
cli_warnmsg;
|
|
cli_strtokbuf;
|
|
cli_leavetemps_flag;
|
|
local:
|
|
*;
|
|
};
|