diff --git a/src/aqcgi/service/object_html.h b/src/aqcgi/service/object_html.h index 6cf1f43..eea3d6e 100644 --- a/src/aqcgi/service/object_html.h +++ b/src/aqcgi/service/object_html.h @@ -14,6 +14,10 @@ #include "aqcgi/service/objectdef.h" +AQCGI_API int AQCGI_ObjectHtml_toForm(const AQCGI_OBJECT *o, const AQCGI_OBJECT_DEF *odef, GWEN_BUFFER *dbuf); +AQCGI_API int AQCGI_ObjectHtml_fromPostRq(AQCGI_OBJECT *o, const AQCGI_OBJECT_DEF *odef, GWEN_DB_NODE *dbPost); + + #endif