Mercurial > mercurial > hgweb_searcher03.cgi
annotate include/update.h @ 20:226774bf49fc
Small fix.
author | pyon@macmini |
---|---|
date | Mon, 08 Dec 2014 19:47:42 +0900 |
parents | 1ba97995f642 |
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 |