comparison 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
comparison
equal deleted inserted replaced
15:de222bc84e48 16:1ba97995f642
1 // Filename : update.h
2 // Last Change: 19-Jun-2014.
3
4 #ifndef __UPDATE_H__
5 #define __UPDATE_H__
6
7 #include "common.h"
8
9 void CheckNewFiles( wxString shared );
10 void GetFile( wxString target, wxString newfile );
11 void PutFile( wxString newfile, wxString target );
12
13 #endif //__UPDATE_H__
14