gwenhywfar 5.12.0
g_generic_l.h
Go to the documentation of this file.
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_GENERIC_L_H
12#define HTML_G_GENERIC_L_H
13
14
15#include "htmlgroup_l.h"
16
17
18
19HTML_GROUP *HtmlGroup_Generic_new(const char *groupName,
20 HTML_GROUP *parent,
21 GWEN_XML_CONTEXT *ctx);
22
23#endif
HTML_GROUP * HtmlGroup_Generic_new(const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx)
Definition g_generic.c:26
struct HTML_GROUP HTML_GROUP
Definition htmlgroup_l.h:19
struct GWEN_XML_CONTEXT GWEN_XML_CONTEXT
Definition xmlctx.h:39