i2pd/BOB.h

21 lines
185 B
C
Raw Normal View History

2014-12-02 18:34:02 +03:00
#ifndef BOB_H__
#define BOB_H__
namespace i2p
{
namespace client
{
class BOBCommandChannel
{
public:
BOBCommandChannel (int port);
~BOBCommandChannel ();
};
}
}
#endif