X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/b9d67c6ec4c59b204883dfbf346e3b7fca54a84b..af1f874c4c58d0bd8becd52c892d0b358d08736e:/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);