mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00

libretroshare/src/retroshare/ All the relevant headers have been modified to reflect that change. This allows installation of libretroshare on a system, headers will be put in $WHEREVER/retroshare/ and we keep the ability to compile against them, be it on the system or in the SVN tree. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
15 lines
330 B
C++
15 lines
330 B
C++
#pragma once
|
|
|
|
#include "retroshare/rsturtle.h"
|
|
|
|
typedef std::string TurtlePeerId ;
|
|
typedef std::string TurtleVirtualPeerId ;
|
|
typedef std::string TurtleFileHash ;
|
|
typedef std::string TurtleFileName ;
|
|
|
|
typedef TurtleRequestId TurtleSearchRequestId ;
|
|
|
|
typedef uint32_t TurtleTunnelRequestId ;
|
|
typedef uint32_t TurtleTunnelId ;
|
|
|
|
|