afc_readargs_get_by_name

Name

afc_readargs_get_by_name  -- Returns a parsed named field

Synopsis

void * afc_readargs_get_by_name ( ReadArgs * rdargs, char * name );

Description

This method returns the desired field. The name provieded is the same of the one given in the template string in the afc_readargs_parse() call.

Inputs

rdargs

Pointer to a *valid* ReadArgs instance.

name

Name of the field to retrieve

Result

See Also