]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_cache_cf.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / tests / stub_cache_cf.cc
1 /*
2 * Copyright (C) 1996-2020 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 /* DEBUG: section 03 Configuration File Parsing */
10
11 #include "squid.h"
12 #include "acl/Acl.h"
13 #include "ConfigParser.h"
14 #include "wordlist.h"
15
16 #define STUB_API "cache_cf.cc"
17 #include "tests/STUB.h"
18
19 #include "cache_cf.h"
20 void self_destruct(void) STUB
21 void parse_int(int *var) STUB
22 void parse_onoff(int *var) STUB
23 void parse_eol(char *volatile *var) STUB
24 void parse_wordlist(wordlist ** list) STUB
25 void requirePathnameExists(const char *name, const char *path) STUB_NOP
26 void parse_time_t(time_t * var) STUB
27 void ConfigParser::ParseUShort(unsigned short *var) STUB
28 void dump_acl_access(StoreEntry * entry, const char *name, acl_access * head) STUB
29 void dump_acl_list(StoreEntry*, ACLList*) STUB
30