afc_dirmaster_set_tags

Name

afc_dirmaster_set_tags  -- Sets a list of tags

Synopsis

int afc_dirmaster_set_tags ( DirMaster * dm, ... );

Description

This functions sets a list of valid tags. Please, see afc_dirmaster_set_tag() for a list of valid tag values.

Inputs

dm

Pointer to a valid DirMaster instance

...

Tags to be set.

Result

should return AFC_ERR_NO_ERROR.

See Also