#ifndef TRANSPORT_FASTCGI_HH #define TRANSPORT_FASTCGI_HH #include "transport.hh" std::unique_ptr create_transport_factory_fastcgi(); #endif // TRANSPORT_FASTCGI_HH