1 /***************************************************************************
2  begin       : Sat Feb 20 2010
3  copyright   : (C) 2010 by Martin Preuss
4  email       : martin@libchipcard.de
5 
6  ***************************************************************************
7  *          Please see toplevel file COPYING for license details           *
8  ***************************************************************************/
9 
10 
11 #ifndef HTML_G_BOX_P_H
12 #define HTML_G_BOX_P_H
13 
14 
15 #include "g_box_l.h"
16 
17 
18 static int HtmlGroup_Box_StartTag(HTML_GROUP *g, const char *tagName);
19 static int HtmlGroup_Box_AddData(HTML_GROUP *g, const char *data);
20 
21 #endif
22 
23