diff options
Diffstat (limited to 'src/mitm_stub.cc')
| -rw-r--r-- | src/mitm_stub.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mitm_stub.cc b/src/mitm_stub.cc new file mode 100644 index 0000000..6f4dcb0 --- /dev/null +++ b/src/mitm_stub.cc @@ -0,0 +1,11 @@ +// -*- mode: c++; c-basic-offset: 2; -*- + +#include "common.hh" + +#include "mitm.hh" + +// static +Mitm* Mitm::create(Logger* UNUSED(logger), Config* UNUSED(config), + std::string const& UNUSED(cwd)) { + return nullptr; +} |
