#ifndef	_AFFCOPY_H
#define	_AFFCOPY_H

#define	AFFCOPY_OVERWRITE_CHECK	(0x01)	/* 上書き確認する			*/
#define	AFFCOPY_TIME_CHECK		(0x02)	/* 日付比較					*/
#define	AFFCOPY_SINGLE_COPY		(0x04)	/* ファイルひとつだけ複写	*/
#define	AFFCOPY_LAST_MSG_IGN	(0x80)	/* 最後のメッセージ表示禁止	*/

#ifndef	__CCI__
extern	int		AFF_setTimeStamp( char *fn, USHORT dt, USHORT tm );
extern	int		AFF_fileCopy( int attr, int srcDrv, char *srcWhare, AFBUF_T **afBufTbl, char *dstPath, char *dstFn );
extern	int		AFF_fileCopy2( char *srcPn, char *dstPn );
#endif

#endif
