mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
21 lines
185 B
C
21 lines
185 B
C
|
#ifndef BOB_H__
|
||
|
#define BOB_H__
|
||
|
|
||
|
namespace i2p
|
||
|
{
|
||
|
namespace client
|
||
|
{
|
||
|
|
||
|
class BOBCommandChannel
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
BOBCommandChannel (int port);
|
||
|
~BOBCommandChannel ();
|
||
|
};
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|
||
|
|