Be consistent and staticise the function definition as well

This commit is contained in:
sin 2013-08-16 10:12:21 +01:00
parent b4a190c818
commit 367d26ad07

View File

@ -56,7 +56,7 @@ main(int argc, char *argv[])
return 0;
}
int
static int
dmesg_show(int fd, const void *buf, size_t n)
{
int last = '\n';