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

pblock_replace_name

The pblock_replace_name function replaces the name of a name-value pair, retaining the value.

Syntax

#include <libproxy/util.h>
void pblock_replace_name(char *oname,char *nname, pblock *pb);

Returns

void

Parameters

char *oname is the old name of a name-value pair.

char *nname is the new name for the name-value pair.

pblock *pb is the parameter block to be searched.

See Also

pblock_remove