#ifndef __RelPath_h__
#define __RelPath_h__

/////////////////////////////////////////////////////////////////////////////
// RelPath.h : Declarations of relative pathname functions.
//


/////////////////////////////////////////////////////////////////////////////
// Relative Path Creation

bool TCMakeRelativePath(LPCTSTR pszPath, LPCTSTR pszFrom, LPTSTR pszDest,
  int cchMaxDest, bool bBeginWithDot);


/////////////////////////////////////////////////////////////////////////////

#endif // !__RelPath_h__