X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/b9d67c6ec4c59b204883dfbf346e3b7fca54a84b..5f0979c1f526d68a18b536eab1a69de8f60b54a7:/src/cdecl-internal.h diff --git a/src/cdecl-internal.h b/src/cdecl-internal.h index ab62725..74c2654 100644 --- a/src/cdecl-internal.h +++ b/src/cdecl-internal.h @@ -35,7 +35,7 @@ static inline void cdecl__init_i18n(void) } #endif -void cdecl__err(unsigned code, const char *fmt, ...); +void cdecl__err(unsigned code, const char *fmt, const char *arg); void cdecl__errmsg(unsigned msg); struct cdecl_declspec *cdecl__normalize_specs(struct cdecl_declspec *specs);