diff options
Diffstat (limited to 'fmtutils.h')
-rw-r--r-- | fmtutils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fmtutils.h b/fmtutils.h index 62c78fdba1b2..838948bcd3d6 100644 --- a/fmtutils.h +++ b/fmtutils.h @@ -43,6 +43,11 @@ extern "C" { void pcap_fmt_errmsg_for_errno(char *, size_t, int, PCAP_FORMAT_STRING(const char *), ...) PCAP_PRINTFLIKE(4, 5); +#ifdef _WIN32 +void pcap_fmt_errmsg_for_win32_err(char *, size_t, DWORD, + PCAP_FORMAT_STRING(const char *), ...) PCAP_PRINTFLIKE(4, 5); +#endif + #ifdef __cplusplus } #endif |