@@ -172,7 +172,7 @@ struct pipef {
};
extern struct pipef *status_pipes;
-void statusfd_send(const char *fmt, ...);
+void statusfd_send(const char *fmt, ...) DPKG_ATTR_PRINTF(1);
/*** cleanup.c ***/
@@ -48,6 +48,9 @@ badusage(const char *fmt, ...)
ohshit("%s\n\n%s", buf, gettext(printforhelp));
}
+static void config_error(const char *file_name, int line_num,
+ const char *fmt, ...) DPKG_ATTR_PRINTF(3);
+
static void
config_error(const char *file_name, int line_num, const char *fmt, ...)
{