Signed-off-by: Karel Zak <kzak@redhat.com>
int mbufsize;
char *mbuf;
-static void __attribute__((__noreturn__)) usage()
+static void __attribute__((__noreturn__)) usage(void)
{
errx(EXIT_FAILURE, _("usage: %s [-n] [file]\n"),
program_invocation_short_name);
if (putwchar(ch) == WEOF) \
wrerr();
-static void __attribute__((__noreturn__)) usage()
+static void __attribute__((__noreturn__)) usage(void)
{
errx(EXIT_FAILURE, _("usage: %s [-bfpx] [-l nline]"),
program_invocation_short_name);
}
void
-usage()
+usage(void)
{
fprintf(stderr,
_("hexdump: [-bcCdovx] [-e fmt] [-f fmt_file] [-n length] [-s skip] [file ...]\n"));