#ifndef __PHISH_LOCAL_XML_H #define __PHISH_LOCAL_XML_H #include "phish.h" #include "phish_util_url.h" /** Queries the local XML file about a URL. * @param xml_file location of the local XML file * @param url URL to check * @param ip IP address of URL * @param results pointer to results structure which will be filled with * results of checking the URL */ phish_result_t phish_localxml_checkURL(const char *xml_file, phish_util_url_t *url, const char *ip, phish_url_data_t *results); #endif /* __PHISH_LOCAL_XML_H */