Codebase list dillo / debian/3.0_rc3-1 src / table.hh
debian/3.0_rc3-1

Tree @debian/3.0_rc3-1 (Download .tar.gz)

table.hh @debian/3.0_rc3-1raw · history · blame

#ifndef __TABLE_HH__
#define __TABLE_HH__

/*
 * Classes
 */

class DilloHtml;

/*
 * Table parsing functions
 */

void Html_tag_open_table(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_open_tr(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_open_td(DilloHtml *html, const char *tag, int tagsize);
void Html_tag_open_th(DilloHtml *html, const char *tag, int tagsize);

#endif /* __TABLE_HH__ */