mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.2 KiB
79 lines
1.2 KiB
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:
|
|
*;
|
|
};
|
|
|