Mercurial > mercurial > hgweb_searcher03.cgi
annotate include/update.h @ 19:3bb803d8c1d7
Implement Mini-mode.
| author | pyon@macmini |
|---|---|
| date | Sun, 07 Dec 2014 20:48:05 +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 |
