You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
374 B
15 lines
374 B
/*
|
|
* recon.h - Reconciliation routines description.
|
|
*/
|
|
|
|
|
|
/* Prototypes
|
|
*************/
|
|
|
|
/* recon.c */
|
|
|
|
extern void CopyFileStampFromFindData(PCWIN32_FIND_DATA, PFILESTAMP);
|
|
extern void MyGetFileStamp(LPCTSTR, PFILESTAMP);
|
|
extern void MyGetFileStampByHPATH(HPATH, LPCTSTR, PFILESTAMP);
|
|
extern COMPARISONRESULT MyCompareFileStamps(PCFILESTAMP, PCFILESTAMP);
|
|
|