aboutsummaryrefslogtreecommitdiffstats
path: root/render.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-06 09:59:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-06 09:59:31 +0100
commit9612f819292d64c8d2030e513602ee68a3ce0b04 (patch)
treef4dfb2460f628545fc1ae476e33709fa07eff23f /render.h
parent77542bdee936b118069d679afa9ac2f8125f1e36 (diff)
downloaddrminfo-9612f819292d64c8d2030e513602ee68a3ce0b04.tar.gz
info tweaks
Diffstat (limited to 'render.h')
-rw-r--r--render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.h b/render.h
index 07e7654..f3b1a8e 100644
--- a/render.h
+++ b/render.h
@@ -1,4 +1,4 @@
void render_test(cairo_t *cr, int width, int height,
- const char *l1, const char *l2);
+ const char *l1, const char *l2, const char *l3);
void render_image(cairo_t *cr, int width, int height,
cairo_surface_t *image);