Mercurial > mercurial > hgweb_searcher03.cgi
diff include/update.h @ 20:226774bf49fc
Small fix.
author | pyon@macmini |
---|---|
date | Mon, 08 Dec 2014 19:47:42 +0900 |
parents | 1ba97995f642 |
children |
line wrap: on
line diff
--- a/include/update.h Sun Dec 07 20:48:05 2014 +0900 +++ b/include/update.h Mon Dec 08 19:47:42 2014 +0900 @@ -1,12 +1,12 @@ // Filename : update.h -// Last Change: 19-Jun-2014. +// Last Change: 08-Dec-2014. #ifndef __UPDATE_H__ #define __UPDATE_H__ #include "common.h" -void CheckNewFiles( wxString shared ); +int CheckNewFiles( wxString shared ); void GetFile( wxString target, wxString newfile ); void PutFile( wxString newfile, wxString target );