clamav-devel/libclamav/phish_whitelist.h
7dec7955
bd912dd8
 #ifdef CL_EXPERIMENTAL
 
 #ifndef _PHISH_WHITELIST_H
 #define _PHISH_WHITELIST_H
7dec7955
 
 int cli_loadwdb(FILE* fd, unsigned int options);
 int build_whitelist(void);
 int init_whitelist(void);
 void whitelist_done(void);
 void whitelist_cleanup(void);
 int is_whitelist_ok(void);
 int whitelist_match(const char* real_url,const char* display_url,int hostOnly);
 
 #endif
bd912dd8
 
 #endif