mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-10-30 22:29:00 -04:00 
			
		
		
		
	fix for compilation issue
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3981 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
		
							parent
							
								
									40f4009ca7
								
							
						
					
					
						commit
						bad9007019
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -35,9 +35,9 @@ | |||
| 
 | ||||
| const uint32_t RSTLV_KEY_TYPE_MASK              = 0x000f; | ||||
| const uint32_t RSTLV_KEY_DISTRIB_MASK           = 0x00f0; | ||||
| 
 | ||||
| const uint32_t RSTLV_KEY_TYPE_PUBLIC_ONLY       = 0x0001; | ||||
| const uint32_t RSTLV_KEY_TYPE_FULL              = 0x0002; | ||||
| const uint32_t RSTLV_KEY_TYPE_SHARED            = 0x0004; | ||||
| const uint32_t RSTLV_KEY_DISTRIB_PUBLIC         = 0x0010; | ||||
| const uint32_t RSTLV_KEY_DISTRIB_PRIVATE        = 0x0020; | ||||
| const uint32_t RSTLV_KEY_DISTRIB_ADMIN          = 0x0040; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 csoler
						csoler