14 lines
		
	
	
		
			407 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			407 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef _UI_DATEIMPRINT_H
 | |
| #define _UI_DATEIMPRINT_H
 | |
| 
 | |
| 
 | |
| //#include "imgcapcbmsg.h"
 | |
| #include "ImageApp/ImageApp_Photo_CapCbMsg.h"
 | |
| 
 | |
| extern void UiDateImprint_InstallID(void) _SECTION(".kercfg_text");
 | |
| extern void UiDateImprint_SetEnable(BOOL bEnable);
 | |
| extern BOOL UiDateImprint_GenData(IMG_CAP_DATASTAMP_INFO *pInfo);
 | |
| extern void UiDateImprint_InitBuff(void);
 | |
| extern void UiDateImprint_DestroyBuff(void);
 | |
| #endif
 | 
