NT4/private/windows/rover/filesync/core/subcycle.h

15 lines
288 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*
* subcycle.h - Subtree cycle detection routines description.
*/
/* Prototypes
*************/
/* subcycle.c */
extern void BeginTranslateFolder(PFOLDERPAIR);
extern void EndTranslateFolder(PFOLDERPAIR);
extern TWINRESULT CheckForSubtreeCycles(HPTRARRAY, HPATH, HPATH, HSTRING);