Sun Java System Web Server 7.0 Update 7 NSAPI Developer's Guide

pb_param Data Structure

The pb_param represents a name-value pair, as stored in a pb_entry.


typedef struct {
    char *name,*value;
} pb_param;