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 HTMLOBJECT_BOX_L_H
12 #define HTMLOBJECT_BOX_L_H
13 
14 #include "htmlobject_be.h"
15 
16 
17 HTML_OBJECT *HtmlObject_Box_new(GWEN_XML_CONTEXT *ctx);
18 
19 #endif
20 
21