view include/update.h @ 16:1ba97995f642

Get/Put DB files to shared-directory.
author pyon@macmini
date Thu, 19 Jun 2014 18:46:11 +0900
parents
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__