]> git.ipfire.org Git - thirdparty/squid.git/blame - src/win32.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / win32.h
CommitLineData
93bdc610 1/*
b8ae064d 2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
13501b47 3 *
bbc27441
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
93bdc610
FC
7 */
8
bbc27441
AJ
9/* Inspired by previous work by Romeo Anghelache & Eric Stern. */
10
11#ifndef SQUID_WIN32_H_
12#define SQUID_WIN32_H_
13
7aa9bb3e 14#if _SQUID_WINDOWS_
93bdc610 15
8a648e8d 16void WIN32_ExceptionHandlerInit(void);
93bdc610 17
8a648e8d
FC
18int Win32__WSAFDIsSet(int fd, fd_set* set);
19DWORD WIN32_IpAddrChangeMonitorInit();
93bdc610
FC
20
21#endif
22
93bdc610 23#endif /* SQUID_WIN32_H_ */
f53969cc 24