Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 766 git-svn-id: svn://10.65.10.50/trunk@14628 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			14 lines
		
	
	
		
			295 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			295 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __SPOTLITE_H
 | |
| #define __SPOTLITE_H
 | |
| 
 | |
| #ifndef __STRINGS_H
 | |
| #include <strings.h>
 | |
| #endif
 | |
| 
 | |
| bool spotlite_generate_name(const char* codnum, TFilename& pdf);
 | |
| KEY spotlite_ask_name(TFilename& pdf);
 | |
| bool spotlite_notify(const TFilename& pdf);
 | |
| bool spotlite_send_mail(const TFilename& pdf);
 | |
| 
 | |
| #endif
 |