commit 4d930a2a591067b00a784d473d6057852c0db015 from: Omar Polo date: Thu Sep 29 09:44:24 2022 UTC template: drop the tp_body field commit - 37b638a4c39f2443914bb73438fc23ddfcb44d71 commit + 4d930a2a591067b00a784d473d6057852c0db015 blob - a1ac0a10b029ac7e14728d1a670c61bb9cd195c1 blob + 2367b76c1353b204d520091d5212fd0a438e15cf --- template/tmpl.h +++ template/tmpl.h @@ -28,8 +28,6 @@ struct template { tmpl_puts tp_escape; tmpl_puts tp_puts; tmpl_putc tp_putc; - - int (*tp_body)(struct template *); }; int tp_urlescape(struct template *, const char *);