/*
 * hsclib/posteval.h
 *
 * functions to postprocess attributes
 * (remember IDs, references, etc)
 */

#ifndef HSCLIB_POSTEVAL_H
#define HSCLIB_POSTEVAL_H

/*
 *
 * extern references
 *
 */
#ifndef NOEXTERN_HSCLIB_POSTEVAL_H

extern BOOL postprocess_tagattr(HSCPRC * hp, HSCTAG *tag, BOOL open_tag);

#endif /*  NOEXTERN_HSCLIB_POSTEVAL_H */

#endif /* HSCLIB_POSTEVAL_H */

