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

Example

NSAPI_PUBLIC int log_nsapi_runtime_version(pblock *pb, Session *sn, 
	Request *rq) {log_error(LOG_INFORM, "log-nsapi-runtime-version", sn, rq,
                "Server supports NSAPI version %d.%d\\n",
                NSAPI_RUNTIME_VERSION / 100,
                NSAPI_RUNTIME_VERSION % 100);
return REQ_PROCEED;
}