Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

request_free

The request_free function frees a specified request structure.

Syntax

#include <frame/req.h>
void request_free(Request *req);

Returns

void

Parameters

Request *rq is the Request structure to be freed.

See Also

request_header