aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/neh/tcp.h
blob: e0d25d0bace99e50e37c32c8823b39e732d96a81 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

namespace NNeh {
    class IProtocol;

    IProtocol* TcpProtocol();
}