Oracle iPlanet Web Server 7.0.9 NSAPI Developer's Guide

filter_name() Function

The filter_name function returns the name of the specified filter. The caller should not free the returned string.

Syntax

const char *filter_name(const Filter *filter);

Return Values

The name of the specified filter, or NULL if an error occurred.

Parameters

const Filter *filter is the filter of interest.