stub_redirect.cc
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2025 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 #include "squid.h"
10 #include "redirect.h"
11 
12 #define STUB_API "redirect.cc"
13 #include "tests/STUB.h"
14 
15 void redirectInit(void) STUB
16 void redirectShutdown(void) STUB
17 void redirectStart(ClientHttpRequest *, HLPCB *, void *) STUB
18 void storeIdStart(ClientHttpRequest *, HLPCB *, void *) STUB
19 
void redirectInit(void) STUB void redirectShutdown(void) STUB void redirectStart(ClientHttpRequest *
Definition: redirect.cc:334
#define STUB
macro to stub a void function.
Definition: STUB.h:34
void redirectStart(ClientHttpRequest *http, HLPCB *handler, void *data)
Definition: redirect.cc:286
void storeIdStart(ClientHttpRequest *http, HLPCB *handler, void *data)
Definition: redirect.cc:312
void redirectShutdown(void)
Definition: redirect.cc:407
void HLPCB(void *, const Helper::Reply &)
Definition: forward.h:33

 

Introduction

Documentation

Support

Miscellaneous