annotate include/update.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author |
pyon@macmini |
date |
Wed, 17 Dec 2014 00:52:43 +0900 |
parents |
226774bf49fc |
children |
|
rev |
line source |
16
|
1 // Filename : update.h
|
20
|
2 // Last Change: 08-Dec-2014.
|
16
|
3
|
|
4 #ifndef __UPDATE_H__
|
|
5 #define __UPDATE_H__
|
|
6
|
|
7 #include "common.h"
|
|
8
|
20
|
9 int CheckNewFiles( wxString shared );
|
16
|
10 void GetFile( wxString target, wxString newfile );
|
|
11 void PutFile( wxString newfile, wxString target );
|
|
12
|
|
13 #endif //__UPDATE_H__
|
|
14
|