]> git.ipfire.org Git - thirdparty/squid.git/blame - src/LoadableModules.h
Convert loadable_modules to SBufList (#1738)
[thirdparty/squid.git] / src / LoadableModules.h
CommitLineData
bbc27441 1/*
b8ae064d 2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
bbc27441
AJ
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
ff9d9458
FC
9#ifndef SQUID_SRC_LOADABLEMODULES_H
10#define SQUID_SRC_LOADABLEMODULES_H
57afc994 11
1c464a53
AJ
12#include "sbuf/forward.h"
13
57afc994
AR
14// TODO: add reporting for cachemgr
15// TODO: add reconfiguration support
16
1c464a53
AJ
17/// dynamically load named libraries, in the listed order
18void LoadableModulesConfigure(const SBufList &);
57afc994 19
ff9d9458 20#endif /* SQUID_SRC_LOADABLEMODULES_H */
f53969cc 21