mirror of
				https://git.proxmox.com/git/fwupd
				synced 2025-10-31 20:24:13 +00:00 
			
		
		
		
	 11503c23ee
			
		
	
	
		11503c23ee
		
	
	
	
	
		
			
			This splits out all development files, including headers into their own packages where relevant. Notably absent is `fu-hash.h` which is used for determining taint. Out of tree developed plugins should still taint the daemon.
		
			
				
	
	
		
			14 lines
		
	
	
		
			172 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			172 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier: LGPL-2.1+
 | |
|  */
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| G_BEGIN_DECLS
 | |
| 
 | |
| /* indeed, nothing */
 | |
| 
 | |
| G_END_DECLS
 |