~ubuntu-branches/debian/sid/libdc0/sid

« back to all changes in this revision

Viewing changes to dclib/core/filecopy.h

  • Committer: Bazaar Package Importer
  • Author(s): Pasi Savilaakso
  • Date: 2004-06-05 23:01:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040605230137-2ty5g6rcfyguk4et
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef FILECOPY_H
 
2
#define FILECOPY_H
 
3
 
 
4
bool filecopy(CString srcfile, CString destfile);
 
5
 
 
6
bool fastcopy(char* from, char* to);
 
7
 
 
8
#endif
 
9