#include "squid.h"
#include "acl/Acl.h"
#include "ConfigParser.h"
#include "wordlist.h"
#include "tests/STUB.h"
#include "cache_cf.h"
Include dependency graph for stub_cache_cf.cc:

Go to the source code of this file.
Macros | |
#define | STUB_API "cache_cf.cc" |
Functions | |
void | self_destruct (void) STUB void parse_int(int *var) STUB void parse_onoff(int *var) STUB void parse_eol(char *volatile *var) STUB void parse_wordlist(wordlist **list) STUB void requirePathnameExists(const char *name |
Macro Definition Documentation
◆ STUB_API
#define STUB_API "cache_cf.cc" |
Definition at line 16 of file stub_cache_cf.cc.
Function Documentation
◆ self_destruct()
void self_destruct | ( | void | ) | const volatile |