mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	inc: fuse: allow for future expansion of fsp_fuse_env
This commit is contained in:
		| @@ -244,6 +244,7 @@ struct fsp_fuse_env | ||||
|     void (*memfree)(void *); | ||||
|     int (*daemonize)(int); | ||||
|     int (*set_signal_handlers)(void *); | ||||
|     void (*reserved[4])(); | ||||
| }; | ||||
|  | ||||
| FSP_FUSE_API void FSP_FUSE_API_NAME(fsp_fuse_signal_handler)(int sig); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user