Mercurial > mercurial > hgweb_searcher03.cgi
view include/update.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | 226774bf49fc |
children |
line wrap: on
line source
// Filename : update.h // Last Change: 08-Dec-2014. #ifndef __UPDATE_H__ #define __UPDATE_H__ #include "common.h" int CheckNewFiles( wxString shared ); void GetFile( wxString target, wxString newfile ); void PutFile( wxString newfile, wxString target ); #endif //__UPDATE_H__