From d0493f4726835a08c5a145bce42b61a65847c6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 26 Oct 2020 11:37:48 -0300 Subject: [PATCH] obstack.h: add obstack_printf declaration. --- obstack.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/obstack.h b/obstack.h index d3c3bf1..a9cbc39 100644 --- a/obstack.h +++ b/obstack.h @@ -211,6 +211,9 @@ extern int _obstack_begin_1 (struct obstack *, extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *) __attribute_pure__; +/* Declare obstack_printf; it's in obstack_printf.c. */ +extern int obstack_printf(struct obstack *obstack, const char *__restrict fmt, ...); + /* Error handler called when 'obstack_chunk_alloc' failed to allocate more memory. This can be set to a user defined function which