diff include/db.h @ 7:7ac7d28699af

Display DB update day. Ask print image with mask or not.
author pyon@macmini
date Thu, 17 Oct 2013 19:54:23 +0900
parents fdba695b99f1
children 4967d1e2b30c
line wrap: on
line diff
--- a/include/db.h	Wed Sep 18 18:20:40 2013 +0900
+++ b/include/db.h	Thu Oct 17 19:54:23 2013 +0900
@@ -1,5 +1,5 @@
 // Filename   : db.h
-// Last Change: 11-Sep-2013.
+// Last Change: 16-Oct-2013.
 //
 #ifndef __DB_H__
 #define __DB_H__
@@ -26,6 +26,8 @@
 void UpdateIndex( wxString datedir, wxString date );
 // DBの整合性をチェック
 wxArrayString CheckDBs( void );
+// DBの更新日時を取得
+wxArrayString GetLastUpdate( void );
 
 #endif //__DB_H__