blob: d574bd5fd44fe12463266154aa4ff1b8cc1e4933 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef TRANSPORT_FASTCGI_HH
#define TRANSPORT_FASTCGI_HH
#include "transport.hh"
std::unique_ptr<Transport::Factory> create_transport_factory_fastcgi();
#endif // TRANSPORT_FASTCGI_HH
|