RetroShare/libretroshare/src/gxs/rsgnp.h

21 lines
252 B
C
Raw Normal View History

#ifndef RSGNP_H
#define RSGNP_H
#include "pqi/pqiservice.h"
/*!
* Retroshare general network protocol
*
* This deals with the receiving and sending
* RsGxs data
*
*/
class RsGnp
{
public:
RsGnp();
};
#endif // RSGNP_H