Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

Example

/* this block of code does the same thing as func_exec */
	char *afunc = pblock_findval("afunction", pb);FuncPtr afnptr = func_find(afunc);if (afnptr) 
	return (afnptr)(pb, sn, rq);