Better type checking on function callback.
This commit is contained in:
		
							parent
							
								
									43ea6e2bec
								
							
						
					
					
						commit
						9e93eb642b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -93,7 +93,7 @@ void hash_stat(void)
 | 
			
		|||
	print("End hash table tally\n");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void idfappfun(int (*fun)(), int opt)
 | 
			
		||||
void idfappfun(int (*fun)(struct idf *, int), int opt)
 | 
			
		||||
{
 | 
			
		||||
	register int i;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue