Leaked source code of windows server 2003
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

  1. /*
  2. * recon.h - Reconciliation routines description.
  3. */
  4. /* Prototypes
  5. *************/
  6. /* recon.c */
  7. extern void CopyFileStampFromFindData(PCWIN32_FIND_DATA, PFILESTAMP);
  8. extern void MyGetFileStamp(LPCTSTR, PFILESTAMP);
  9. extern void MyGetFileStampByHPATH(HPATH, LPCTSTR, PFILESTAMP);
  10. extern COMPARISONRESULT MyCompareFileStamps(PCFILESTAMP, PCFILESTAMP);