Mercurial > mercurial > hgweb_searcher03.cgi
annotate include/update.h @ 17:acb59fbbe5ee
Bug fix.
author | pyon@macmini |
---|---|
date | Mon, 28 Jul 2014 21:40:42 +0900 |
parents | 1ba97995f642 |
children | 226774bf49fc |
rev | line source |
---|---|
16 | 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 |