squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
WinSvc.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
*
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.
7
*/
8
9
#ifndef WINSVC_H_
10
#define WINSVC_H_
11
12
#if _SQUID_WINDOWS_
13
int
WIN32_StartService
(
int
,
char
**);
14
int
WIN32_Subsystem_Init
(
int
*,
char
***);
15
void
WIN32_sendSignal
(
int
);
16
void
WIN32_SetServiceCommandLine
(
void
);
17
void
WIN32_InstallService
(
void
);
18
void
WIN32_RemoveService
(
void
);
19
#else
/* _SQUID_WINDOWS_ */
20
inline
int
WIN32_Subsystem_Init
(
int
*,
char
***) {
return
0;}
/* NOP */
21
inline
void
WIN32_sendSignal
(
int
) {
return
;}
/* NOP */
22
inline
void
WIN32_SetServiceCommandLine
(
void
) {}
/* NOP */
23
inline
void
WIN32_InstallService
(
void
) {}
/* NOP */
24
inline
void
WIN32_RemoveService
(
void
) {}
/* NOP */
25
#endif
/* _SQUID_WINDOWS_ */
26
27
#endif
/* WINSVC_H_ */
28
WIN32_StartService
int WIN32_StartService(int argc, char **argv)
Definition:
WinSvc.cc:894
WIN32_sendSignal
void WIN32_sendSignal(int)
Definition:
WinSvc.h:21
WIN32_SetServiceCommandLine
void WIN32_SetServiceCommandLine(void)
Definition:
WinSvc.h:22
WIN32_InstallService
void WIN32_InstallService(void)
Definition:
WinSvc.h:23
WIN32_Subsystem_Init
int WIN32_Subsystem_Init(int *, char ***)
Definition:
WinSvc.h:20
WIN32_RemoveService
void WIN32_RemoveService(void)
Definition:
WinSvc.h:24
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Quick Setup
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
pl
...
full list
FTP Package Archive