#include "config.hpp"
#include <metaproxy/filter.hpp>
#include <metaproxy/package.hpp>
Go to the source code of this file.
◆ filter_creator()
| static mp::filter::Base * filter_creator |
( |
| ) |
|
|
static |
Definition at line 47 of file filter_dl.cpp.
48{
49 return new mp::filter::Filter_dl;
50}
◆ metaproxy_1_filter_dl
| struct metaproxy_1_filter_struct metaproxy_1_filter_dl |
Initial value:= {
0,
"dl",
}
static mp::filter::Base * filter_creator()
Definition at line 53 of file filter_dl.cpp.
53 {
54 0,
55 "dl",
57 };