view 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 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__