text2pcap: Fix -Wmissing-prototypes

warning: no previous prototype for function 'text2pcap_vcmdarg_err' [-Wmissing-prototypes]
This commit is contained in:
Alexis La Goutte 2021-09-17 13:26:53 +00:00 committed by Wireshark GitLab Utility
parent be2469b91d
commit 13c33fa68a
1 changed files with 1 additions and 1 deletions

View File

@ -1852,7 +1852,7 @@ parse_options (int argc, char *argv[])
return EXIT_SUCCESS;
}
void
static void
text2pcap_vcmdarg_err(const char *fmt, va_list ap)
{
vfprintf(stderr, fmt, ap);