
Go to the source code of this file.
Functions | |
| int | pfproInit () |
| void | pfproCleanup () |
| int | pfproCreateContext (int *context, char *host_addr, int host_port, int time_out, char *proxy_addr, int proxy_port, char *proxy_logon, char *proxy_pass) |
| int | pfproDestroyContext (int context) |
| int | pfproSubmitTransaction (int context, char *strParm, long lParmLen, char **strResp) |
| void | pfproCompleteTransaction (char *strResp) |
| char * | pfproVersion () |
| void pfproCleanup | ( | ) |
| void pfproCompleteTransaction | ( | char * | strResp | ) |
| int pfproCreateContext | ( | int * | context, | |
| char * | host_addr, | |||
| int | host_port, | |||
| int | time_out, | |||
| char * | proxy_addr, | |||
| int | proxy_port, | |||
| char * | proxy_logon, | |||
| char * | proxy_pass | |||
| ) |
| int pfproDestroyContext | ( | int | context | ) |
| int pfproInit | ( | ) |
| int pfproSubmitTransaction | ( | int | context, | |
| char * | strParm, | |||
| long | lParmLen, | |||
| char ** | strResp | |||
| ) |
| char* pfproVersion | ( | ) |
1.5.5