mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 23:10:39 -04:00
added group icon support
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2904 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
47de2af50c
commit
27895d1781
10 changed files with 124 additions and 58 deletions
|
@ -207,6 +207,8 @@ const uint16_t TLV_TYPE_KEYSIGNATURE = 0x1050;
|
|||
|
||||
const uint16_t TLV_TYPE_IMAGE = 0x1060;
|
||||
|
||||
const uint32_t RSTLV_IMAGE_TYPE_PNG = 0x0001;
|
||||
const uint32_t RSTLV_IMAGE_TYPE_JPG = 0x0002;
|
||||
|
||||
/**** Basic TLV Functions ****/
|
||||
uint32_t GetTlvSize(void *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue