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