You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i2pd/BOB.h

21 lines
185 B
C

10 years ago
#ifndef BOB_H__
#define BOB_H__
namespace i2p
{
namespace client
{
class BOBCommandChannel
{
public:
BOBCommandChannel (int port);
~BOBCommandChannel ();
};
}
}
#endif