summaryrefslogtreecommitdiff
path: root/web/web_dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_dom.h')
-rw-r--r--web/web_dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_dom.h b/web/web_dom.h
index 45afd15..7806916 100644
--- a/web/web_dom.h
+++ b/web/web_dom.h
@@ -16,6 +16,7 @@ struct dom_elem *dom_text_init(char *content);
void dom_elem_free(struct dom_elem *e);
void dom_elem_add_attr(struct dom_elem *e, char *name, char *val);
void dom_elem_add_attrd(struct dom_elem *e, char *name, double val);
+void dom_elem_add_attrf(struct dom_elem *e, char *name, char *fmt, ...);
void dom_elem_add_child(struct dom_elem *e, struct dom_elem *child);
void dom_append_elemv(char *sel, int elemc, struct dom_elem **elemv);