M86 Security IR Web Filter User Manual page 459

Table of Contents

Advertisement

}
void getquery(char *paramd, char **paramv)
{
}
void getnextquery(char **paramv)
{
}
M86 S
U
G
ECURITY
SER
UIDE
if (paramd == NULL)
*paramv = NULL;
else
*paramv = (char *)strtok(paramd, "&");
*paramv = (char *)strtok(NULL, "&");
A
S
PPENDICES
ECTION
A
B
PPENDIX
437

Advertisement

Table of Contents
loading

Table of Contents