afc_set_tags

Name

afc_set_tags  -- Sets valid tags

Synopsis

int afc_set_tags ( AFC * afc, int first_tag, ... );

Description

This function sets a list of tags in the current class. For a list of valid tags, please see afc_set_tag() function.

Inputs

afc

Pointer to a valid afc instance.

first_tag

First tag to be set

...

Tags and values to be set

Result

should be AFC_ERR_NO_ERROR

See Also