Table of Contents
pacparser_parse_pac - Parse pac file
#include <../pacparser.h>
int pacparser_parse_pac(const char *pacfile);
- const char *pacfile
- PAC file to parse.
Parses and evaulates PAC file in JavaScript
context created by pacparser_init.
0 on failure and 1 on success.
pacparser_init(3)
, pacparser_find_proxy(3)
, pacparser_just_find_proxy(3)
,
pacparser_cleanup(3)
, pacparser_setmyip(3)
, pacparser_enable_microsoft_extensions(3)
Table of Contents