From 0eea29ca2bd8c1c35bf64ac2c69dd01b41270346 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 31 May 2026 01:43:39 +0200 Subject: [PATCH] service: completed header file. --- src/aqcgi/service/object_html.h | 4 ++++ 1 file changed, 4 insertions(+) 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