Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

util_env_free

The util_env_free function frees a specified environment. Use this function to deallocate an environment that you created using the function util_env_create.

Syntax

void util_env_free(char **env);

Returns

void

Parameters

char **env is the environment to be freed.

See Also

util_env_replace, util_env_str , util_env_create , util_env_find