SYNOPSIS

#include <pacparser.h>

int pacparser_parse_pac(const char *file);

PARAMETERS

const char *file

PAC file to parse.

DESCRIPTION

Same as pacparser_parse_pac_file. Included only for backward compatibility.

RETURNS

0 on failure and 1 on success.

RELATED TO pacparser_parse_pac…