/*
** tag_a.h
**
** tag handle for "<A xx>"
**
*/

#ifndef HSCLIB_TAG_A_H
#define HSCLIB_TAG_A_H

extern BOOL handle_anchor( HSCPRC *hp, HSCTAG *tag );
extern BOOL handle_canchor( HSCPRC *hp, HSCTAG *tag);

#endif /* HSCLIB_TAG_A_H */
