Mercurial > mercurial > hgweb_searcher03.cgi
view include/update.h @ 18:a8e6e5769e3b
Small fixes.
author | pyon@macmini |
---|---|
date | Sat, 29 Nov 2014 11:02:35 +0900 |
parents | 1ba97995f642 |
children | 226774bf49fc |
line wrap: on
line source
// Filename : update.h // Last Change: 19-Jun-2014. #ifndef __UPDATE_H__ #define __UPDATE_H__ #include "common.h" void CheckNewFiles( wxString shared ); void GetFile( wxString target, wxString newfile ); void PutFile( wxString newfile, wxString target ); #endif //__UPDATE_H__