Mercurial > mercurial > hgweb_searcher03.cgi
view include/update.h @ 17:acb59fbbe5ee
Bug fix.
author | pyon@macmini |
---|---|
date | Mon, 28 Jul 2014 21:40:42 +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__