backup.h
Go to the documentation of this file.
00001 /******************************************************************************
00002   Copyright (c) 2008,2010 by Turku PET Centre
00003 
00004   backup.h
00005 
00006 
00007   Modification history:
00008   2008-07-14 Vesa Oikonen
00009     First created.
00010   2010-10-27 VO
00011     Added function fileCopy().
00012 
00013 
00014 ******************************************************************************/
00015 #ifndef _BACKUP_H
00016 #define _BACKUP_H
00017 /*****************************************************************************/
00018 extern int backupExistingFile(char *filename, char *backup_ext, char *status);
00019 extern int fileCopy(char *filename1, char *filename2, char *status);
00020 /*****************************************************************************/
00021 #endif
00022