comparison include/update.h @ 20:226774bf49fc

Small fix.
author pyon@macmini
date Mon, 08 Dec 2014 19:47:42 +0900
parents 1ba97995f642
children
comparison
equal deleted inserted replaced
19:3bb803d8c1d7 20:226774bf49fc
1 // Filename : update.h 1 // Filename : update.h
2 // Last Change: 19-Jun-2014. 2 // Last Change: 08-Dec-2014.
3 3
4 #ifndef __UPDATE_H__ 4 #ifndef __UPDATE_H__
5 #define __UPDATE_H__ 5 #define __UPDATE_H__
6 6
7 #include "common.h" 7 #include "common.h"
8 8
9 void CheckNewFiles( wxString shared ); 9 int CheckNewFiles( wxString shared );
10 void GetFile( wxString target, wxString newfile ); 10 void GetFile( wxString target, wxString newfile );
11 void PutFile( wxString newfile, wxString target ); 11 void PutFile( wxString newfile, wxString target );
12 12
13 #endif //__UPDATE_H__ 13 #endif //__UPDATE_H__
14 14