diff include/update.h @ 16:1ba97995f642

Get/Put DB files to shared-directory.
author pyon@macmini
date Thu, 19 Jun 2014 18:46:11 +0900
parents
children 226774bf49fc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/update.h	Thu Jun 19 18:46:11 2014 +0900
@@ -0,0 +1,14 @@
+// Filename   : update.h
+// Last Change: 19-Jun-2014.
+
+#ifndef __UPDATE_H__
+#define __UPDATE_H__
+
+#include "common.h"
+
+void CheckNewFiles( wxString shared );
+void GetFile( wxString target, wxString newfile );
+void PutFile( wxString newfile, wxString target );
+
+#endif //__UPDATE_H__
+