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

ce_free

The ce_free function releases memory allocated by the ce_lookup function.

Syntax

#include <libproxy/cache.h>
void cd_free(CacheEntry *ce);

Returns

void

Parameters

CacheEntry *ce is a cache entry structure to be destroyed.

See Also

ce_lookup