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

namespace NNeh {
    class IProtocol;

    IProtocol* InProcProtocol();
}