mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-27 11:00:37 -05:00
added distant chat settings
This commit is contained in:
parent
bdea4a66ed
commit
cbfe49f0f3
9 changed files with 2733 additions and 61 deletions
|
|
@ -39,6 +39,7 @@ extern RsHistory *rsHistory;
|
|||
static const uint32_t RS_HISTORY_TYPE_PUBLIC = 0 ;
|
||||
static const uint32_t RS_HISTORY_TYPE_PRIVATE = 1 ;
|
||||
static const uint32_t RS_HISTORY_TYPE_LOBBY = 2 ;
|
||||
static const uint32_t RS_HISTORY_TYPE_DISTANT = 3 ;
|
||||
|
||||
class HistoryMsg
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue