mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	[asd-logtrak] Make datatrak.cpp dt_libdc_buffer() no static
So it can be used in other import modules Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
		
							parent
							
								
									62924e6ef4
								
							
						
					
					
						commit
						2e3f7c25da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -143,7 +143,7 @@ static std::string cyl_type_by_size(int size)
 | 
			
		|||
 * libdivecomputer parsing. Puts the completed buffer in a pre-allocated
 | 
			
		||||
 * compl_buffer, and returns status.
 | 
			
		||||
 */
 | 
			
		||||
static dc_status_t dt_libdc_buffer(unsigned char *ptr, int prf_length, int dc_model, unsigned char *compl_buffer)
 | 
			
		||||
dc_status_t dt_libdc_buffer(unsigned char *ptr, int prf_length, int dc_model, unsigned char *compl_buffer)
 | 
			
		||||
{
 | 
			
		||||
	if (compl_buffer == NULL)
 | 
			
		||||
		return DC_STATUS_NOMEMORY;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue