12 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _MSDCNVTCB_CUSTOMSI_H
 | |
| #define _MSDCNVTCB_CUSTOMSI_H
 | |
| 
 | |
| /**
 | |
|     If you want to create a new Si Module, just duplicate it. the change the name
 | |
|     MsdcNvtRegSi_CustomSi -> MsdcNvtRegSi_Xxxxxx
 | |
| */
 | |
| 
 | |
| 
 | |
| //APIs for MSDCVendorNVT_AddCallback_Si
 | |
| BOOL MsdcNvtRegSi_CustomSi(void);
 | |
| #endif | 
