Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

18 lines
366 B
C

/*
* Copyright 1995, 1997 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
/*
* ntmangle.h -- demangle paths on NT
*
* Public functions:
*
* NtDemanglePath() - set a StrBuf's value using a mangled path.
* The demangled value is actually saved.
*/
void NtDemanglePath( char *path83, StrBuf *dest );