Mercurial > dillo_port1.3
view src/table.hh @ 493:03e0cacbb994
add css.hh css.cc
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Wed, 22 Oct 2008 22:11:10 +0200 |
parents | f1d4abaf815c |
children | b277eed3119c |
line wrap: on
line source
#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__ */