.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man! .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST! .TH "pacparser_just_find_proxy" 3 "14 March 2011" "c2man pacparser.h" .SH "NAME" pacparser_just_find_proxy \- Finds proxy for a given PAC file, url and host. .SH "SYNOPSIS" .ft B #include .sp char *pacparser_just_find_proxy .br ( .br const char *pacfile, .br const char *url, .br const char *host .br ); .ft R .SH "PARAMETERS" .TP .B "const char *pacfile" PAC file. .TP .B "const char *url" URL to find proxy for. .TP .B "const char *host" Host part of the URL. .SH "DESCRIPTION" This function is a wrapper around functions pacparser_init, pacparser_parse_pac_file, pacparser_find_proxy and pacparser_cleanup. If you just want to find out proxy a given set of pac file, url and host, this is the function to call. This function takes care of all the initialization and cleanup. .SH "RETURNS" Proxy string on success and NULL on error. .SH "SEE ALSO" pacparser_version(3), pacparser_init(3), pacparser_parse_pac_file(3), pacparser_parse_pac_string(3), pacparser_parse_pac(3), pacparser_find_proxy(3), pacparser_cleanup(3), pacparser_setmyip(3), pacparser_enable_microsoft_extensions(3)