#include <wireshark.h>
#include <stdarg.h>
Go to the source code of this file.
|
WS_DLL_PUBLIC void | cmdarg_err_init (void(*err)(const char *, va_list), void(*err_cont)(const char *, va_list)) |
|
WS_DLL_PUBLIC void | vcmdarg_err (const char *fmt, va_list ap) G_GNUC_PRINTF(1 |
|
WS_DLL_PUBLIC void WS_DLL_PUBLIC void | cmdarg_err (const char *fmt,...) G_GNUC_PRINTF(1 |
|
WS_DLL_PUBLIC void WS_DLL_PUBLIC void WS_DLL_PUBLIC void | cmdarg_err_cont (const char *fmt,...) G_GNUC_PRINTF(1 |
|
WS_DLL_PUBLIC void WS_DLL_PUBLIC void WS_DLL_PUBLIC void WS_DLL_PUBLIC void | stderr_cmdarg_err (const char *msg_format, va_list ap) |
|
WS_DLL_PUBLIC void | stderr_cmdarg_err_cont (const char *msg_format, va_list ap) |
|
Declarations of routines to report command-line argument errors.
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later