00001 /*************************************************************************** 00002 begin : Sat Feb 20 2010 00003 copyright : (C) 2010 by Martin Preuss 00004 email : martin@libchipcard.de 00005 00006 *************************************************************************** 00007 * Please see toplevel file COPYING for license details * 00008 ***************************************************************************/ 00009 00010 00011 #ifndef HTMLOBJECT_WORD_L_H 00012 #define HTMLOBJECT_WORD_L_H 00013 00014 00015 #include "htmlobject_be.h" 00016 00017 00018 HTML_OBJECT *HtmlObject_Word_new(GWEN_XML_CONTEXT *ctx, const char *s); 00019 00020 00021 #endif 00022